Html Css Color HEX #772117 Falu Red

📋 copy color: '#772117'

red 119 ◦ green 33 ◦ blue 23

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

Shades of Falu Red #772117

Tints of Falu Red #772117

RGB

 RED value IS 119 (46.88% from 255) = 68%

 GREEN value IS 33 (13.28% from 255) = 18.86%

 BLUE value IS 23 (9.38% from 255) = 13.14%

R = 68%
G = 18.86%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.53

RGB Variations

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

Color information

#772117 (or 0x772117) is known color: Falu Red. HEX triplet: 77, 21 and 17. RGB value is (119,33,23). Sum of RGB (Red+Green+Blue) = 119+33+23=175 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68% from 175); Green value is 33 (13.28% from 255 or 18.86% from 175); Blue value is 23 (9.38% from 255 or 13.14% from 175); Max value from RGB is 119 - color contains mainly: red. Hex color #772117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772117 is #88DEE8. Grayscale: #393939. Windows color (decimal): -8969961 or 1515895. OLE color: 1515895.

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

Color convert

RGB 119 33 23 -
CMYK 0 0.72 0.81 0.53
HSL 6.25º 0.68% 0.28% -
HSV(B) 6.25º 0.81% 0.47% -
XYZ 8.31 5.07 1.35 -
YUV 57.57 108.49 171.81 -
System Red Green Blue C M Y K H S L
Decimal 119 33 23 0 0.72 0.81 0.53 6.25 0.68 0.28
Hex 77 21 17 0 48 51 35 6 44 1C
Octal 167 41 27 0 110 121 65 6 104 34
Binary 1110111 100001 10111 0 1001000 1010001 110101 110 1000100 11100

Color Harmonies of #772117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772117

Black with #772117

Text Example


Text Example

White with #772117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772117; }

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

 H1.HeaderClassName
 {
   color: #772117;
 }
 .AnyTagClassName
 {
   color: #772117;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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