Html Css Color HEX #772417 Falu Red

📋 copy color: '#772417'

red 119 ◦ green 36 ◦ blue 23

#772417
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falu Red #772417

Tints of Falu Red #772417

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 value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.53

RGB Variations

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

Color information

#772417 (or 0x772417) is known color: 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.12º 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

RGB 119 36 23 -
CMYK 0 0.70 0.81 0.53
HSL 8.13º 0.68% 0.28% -
HSV(B) 8.13º 0.81% 0.47% -
XYZ 8.39 5.25 1.38 -
YUV 59.34 107.5 170.56 -
System Red Green Blue C M Y K H S L
Decimal 119 36 23 0 0.70 0.81 0.53 8.13 0.68 0.28
Hex 77 24 17 0 46 51 35 8 44 1C
Octal 167 44 27 0 106 121 65 10 104 34
Binary 1110111 100100 10111 0 1000110 1010001 110101 1000 1000100 11100

Color Harmonies of #772417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772417

Black with #772417

Text Example


Text Example

White with #772417

Text Example


Text Example

HTML Codes & Css Web 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>