Html Css Color HEX #772218 Falu Red

📋 copy color: '#772218'

red 119 ◦ green 34 ◦ blue 24

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

Shades of Falu Red #772218

Tints of Falu Red #772218

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.21%

 BLUE value IS 24 (9.77% from 255) = 13.56%

R = 67.23%
G = 19.21%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.53

RGB Variations

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

Color information

#772218 (or 0x772218) is known color: Falu Red. HEX triplet: 77, 22 and 18. RGB value is (119,34,24). Sum of RGB (Red+Green+Blue) = 119+34+24=177 (23% of max value = 765). Red value is 119 (46.88% from 255 or 67.23% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 24 (9.77% from 255 or 13.56% from 177); Max value from RGB is 119 - color contains mainly: red. Hex color #772218 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772218 is #88DDE7. Grayscale: #3A3A3A. Windows color (decimal): -8969704 or 1581687. OLE color: 1581687.

HSL color Cylindrical-coordinate representation of color #772218: hue angle of 6.32º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #772218 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 34 24 -
CMYK 0 0.71 0.80 0.53
HSL 6.32º 0.66% 0.28% -
HSV(B) 6.32º 0.8% 0.47% -
XYZ 8.34 5.13 1.41 -
YUV 58.28 108.66 171.31 -
System Red Green Blue C M Y K H S L
Decimal 119 34 24 0 0.71 0.80 0.53 6.32 0.66 0.28
Hex 77 22 18 0 47 50 35 6 42 1C
Octal 167 42 30 0 107 120 65 6 102 34
Binary 1110111 100010 11000 0 1000111 1010000 110101 110 1000010 11100

Color Harmonies of #772218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772218

Black with #772218

Text Example


Text Example

White with #772218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772218; }

 p { color: rgb(119,34,24); }

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

background-color css

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

 a { background-color: rgb(119,34,24); }

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

border-color css

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

 span { border-color: rgb(119,34,24); }

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