#772501

Color #772501 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #772501

Tints of Falu Red #772501

Color information

#772501 (or 0x772501) is unknown color: approx Falu Red. HEX triplet: 77, 25 and 01. RGB value is (119,37,1). Sum of RGB (Red+Green+Blue) = 119+37+1=157 (20% of max value = 765). Red value is 119 (46.88% from 255 or 75.80% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 1 (0.78% from 255 or 0.64% from 157); Max value from RGB is 119 - color contains mainly: red. Hex color #772501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772501 is #88DAFE. Grayscale: #393939. Windows color (decimal): -8968959 or 75127. OLE color: 75127.

HSL color Cylindrical-coordinate representation of color #772501: hue angle of 18.31º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #772501 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB119371-
CMYK00.690.990.53
HSL18.31º98.33%23.53%-
HSV(B)18.31º99.16%46.67%-
XYZ8.275.250.61-
YUV57.4196.17171.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 75.80%
GREEN value IS 37 (14.84% from 255) = 23.57%
BLUE value IS 1 (0.78% from 255) = 0.64%
R=75.80%
G=23.57%
B=0.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11937100.690.990.5318.3198.3323.53
Hex772510456335126218
Octal1674510105143652214230
Binary1110111100101101000101110001111010110010110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772501; }

 p { color: rgb(119,37,1); }

 H1.HeaderClassName
 {
   color: #772501;
 }
 .AnyTagClassName
 {
   color: #772501;
 }
</style>
background-color css

<style>
 a { background-color: #772501; }

 a { background-color: rgb(119,37,1); }

 div.DivClassName
 {
   background-color: #772501;
 }
 .BgClassName
 {
   background-color: #772501;
 }
</style>
border-color css

<style>
 span { border-color: #772501; }

 span { border-color: rgb(119,37,1); }

 td.TdClassName
 {
   border-color: #772501;
 }
 .TagClassName
 {
   border-color: #772501;
 }
</style>