#772017

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

Shades of Falu Red #772017

Tints of Falu Red #772017

Color information

#772017 (or 0x772017) is unknown color: approx Falu Red. HEX triplet: 77, 20 and 17. RGB value is (119,32,23). Sum of RGB (Red+Green+Blue) = 119+32+23=174 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68.39% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 23 (9.38% from 255 or 13.22% from 174); Max value from RGB is 119 - color contains mainly: red. Hex color #772017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772017 is #88DFE8. Grayscale: #393939. Windows color (decimal): -8970217 or 1515639. OLE color: 1515639.

HSL color Cylindrical-coordinate representation of color #772017: hue angle of 5.63º 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 #772017 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.53.

Color convert

RGB1193223-
CMYK00.730.810.53
HSL5.63º67.61%27.84%-
HSV(B)5.63º80.67%46.67%-
XYZ8.285.021.34-
YUV56.99108.82172.23-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 68.39%
GREEN value IS 32 (12.89% from 255) = 18.39%
BLUE value IS 23 (9.38% from 255) = 13.22%
R=68.39%
G=18.39%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.81
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119322300.730.810.535.6367.6127.84
Hex77201704951356441c
Octal1674027011112165610434
Binary111011110000010111010010011010001110101110100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772017; }

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

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

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

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

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

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

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

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