Html Css Color HEX #772518 Falu Red

📋 copy color: '#772518'

red 119 ◦ green 37 ◦ blue 24

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

Shades of Falu Red #772518

Tints of Falu Red #772518

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.56%

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

R = 66.11%
G = 20.56%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.80

 K value IS 0.53

RGB Variations

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

Color information

#772518 (or 0x772518) is known color: Falu Red. HEX triplet: 77, 25 and 18. RGB value is (119,37,24). Sum of RGB (Red+Green+Blue) = 119+37+24=180 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.11% from 180); Green value is 37 (14.84% from 255 or 20.56% from 180); Blue value is 24 (9.77% from 255 or 13.33% from 180); Max value from RGB is 119 - color contains mainly: red. Hex color #772518 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772518 is #88DAE7. Grayscale: #3C3C3C. Windows color (decimal): -8968936 or 1582455. OLE color: 1582455.

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

Color convert

RGB 119 37 24 -
CMYK 0 0.69 0.80 0.53
HSL 8.21º 0.66% 0.28% -
HSV(B) 8.21º 0.8% 0.47% -
XYZ 8.43 5.31 1.44 -
YUV 60.04 107.67 170.06 -
System Red Green Blue C M Y K H S L
Decimal 119 37 24 0 0.69 0.80 0.53 8.21 0.66 0.28
Hex 77 25 18 0 45 50 35 8 42 1C
Octal 167 45 30 0 105 120 65 10 102 34
Binary 1110111 100101 11000 0 1000101 1010000 110101 1000 1000010 11100

Color Harmonies of #772518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772518

Black with #772518

Text Example


Text Example

White with #772518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772518; }

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

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

background-color css

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

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

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

border-color css

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

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

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