#772417

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

Shades of Falu Red #772417

Tints of Falu Red #772417

Color information

#772417 (or 0x772417) is unknown color: approx Falu Red. HEX triplet: 77, 24 and 17. RGB value is (119,36,23). Sum of RGB (Red+Green+Blue) = 119+36+23=178 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.85% from 178); Green value is 36 (14.45% from 255 or 20.22% from 178); Blue value is 23 (9.38% from 255 or 12.92% from 178); Max value from RGB is 119 - color contains mainly: red. Hex color #772417 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772417 is #88DBE8. Grayscale: #3B3B3B. Windows color (decimal): -8969193 or 1516663. OLE color: 1516663.

HSL color Cylindrical-coordinate representation of color #772417: hue angle of 8.13º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #772417 is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.53.

Color convert

RGB1193623-
CMYK00.700.810.53
HSL8.13º67.61%27.84%-
HSV(B)8.13º80.67%46.67%-
XYZ8.395.251.38-
YUV59.33107.5170.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 66.85%
GREEN value IS 36 (14.45% from 255) = 20.22%
BLUE value IS 23 (9.38% from 255) = 12.92%
R=66.85%
G=20.22%
B=12.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.81
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119362300.700.810.538.1367.6127.84
Hex77241704651358441c
Octal16744270106121651010434
Binary1110111100100101110100011010100011101011000100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772417; }

 p { color: rgb(119,36,23); }

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

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

 a { background-color: rgb(119,36,23); }

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

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

 span { border-color: rgb(119,36,23); }

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