Html Css Color HEX #772418 Falu Red

📋 copy color: '#772418'

red 119 ◦ green 36 ◦ blue 24

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

Shades of Falu Red #772418

Tints of Falu Red #772418

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.11%

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

R = 66.48%
G = 20.11%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.53

RGB Variations

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

Color information

#772418 (or 0x772418) is known color: Falu Red. HEX triplet: 77, 24 and 18. RGB value is (119,36,24). Sum of RGB (Red+Green+Blue) = 119+36+24=179 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.48% from 179); Green value is 36 (14.45% from 255 or 20.11% from 179); Blue value is 24 (9.77% from 255 or 13.41% from 179); Max value from RGB is 119 - color contains mainly: red. Hex color #772418 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772418 is #88DBE7. Grayscale: #3B3B3B. Windows color (decimal): -8969192 or 1582199. OLE color: 1582199.

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

Color convert

RGB 119 36 24 -
CMYK 0 0.70 0.80 0.53
HSL 7.58º 0.66% 0.28% -
HSV(B) 7.58º 0.8% 0.47% -
XYZ 8.4 5.25 1.43 -
YUV 59.45 108 170.48 -
System Red Green Blue C M Y K H S L
Decimal 119 36 24 0 0.70 0.80 0.53 7.58 0.66 0.28
Hex 77 24 18 0 46 50 35 8 42 1C
Octal 167 44 30 0 106 120 65 10 102 34
Binary 1110111 100100 11000 0 1000110 1010000 110101 1000 1000010 11100

Color Harmonies of #772418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772418

Black with #772418

Text Example


Text Example

White with #772418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772418; }

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

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

background-color css

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

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

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

border-color css

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

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

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