Html Css Color HEX #772009 Falu Red

📋 copy color: '#772009'

red 119 ◦ green 32 ◦ blue 9

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

Shades of Falu Red #772009

Tints of Falu Red #772009

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20%

 BLUE value IS 9 (3.91% from 255) = 5.63%

R = 74.38%
G = 20%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#772009 (or 0x772009) is known color: Falu Red. HEX triplet: 77, 20 and 09. RGB value is (119,32,9). Sum of RGB (Red+Green+Blue) = 119+32+9=160 (21% of max value = 765). Red value is 119 (46.88% from 255 or 74.38% from 160); Green value is 32 (12.89% from 255 or 20% from 160); Blue value is 9 (3.91% from 255 or 5.62% from 160); Max value from RGB is 119 - color contains mainly: red. Hex color #772009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772009 is #88DFF6. Grayscale: #373737. Windows color (decimal): -8970231 or 598135. OLE color: 598135.

HSL color Cylindrical-coordinate representation of color #772009: hue angle of 12.55º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #772009 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 32 9 -
CMYK 0 0.73 0.92 0.53
HSL 12.55º 0.86% 0.25% -
HSV(B) 12.55º 0.92% 0.47% -
XYZ 8.17 4.97 0.79 -
YUV 55.39 101.82 173.37 -
System Red Green Blue C M Y K H S L
Decimal 119 32 9 0 0.73 0.92 0.53 12.55 0.86 0.25
Hex 77 20 9 0 49 5C 35 D 56 19
Octal 167 40 11 0 111 134 65 15 126 31
Binary 1110111 100000 1001 0 1001001 1011100 110101 1101 1010110 11001

Color Harmonies of #772009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772009

Black with #772009

Text Example


Text Example

White with #772009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772009; }

 p { color: rgb(119,32,9); }

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

background-color css

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

 a { background-color: rgb(119,32,9); }

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

border-color css

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

 span { border-color: rgb(119,32,9); }

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