Html Css Color HEX #77120C Falu Red

📋 copy color: '#77120C'

red 119 ◦ green 18 ◦ blue 12

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

Shades of Falu Red #77120C

Tints of Falu Red #77120C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.08%

 BLUE value IS 12 (5.08% from 255) = 8.05%

R = 79.87%
G = 12.08%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#77120C (or 0x77120C) is known color: Falu Red. HEX triplet: 77, 12 and 0C. RGB value is (119,18,12). Sum of RGB (Red+Green+Blue) = 119+18+12=149 (19% of max value = 765). Red value is 119 (46.88% from 255 or 79.87% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 12 (5.08% from 255 or 8.05% from 149); Max value from RGB is 119 - color contains mainly: red. Hex color #77120C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77120C is #88EDF3. Grayscale: #2F2F2F. Windows color (decimal): -8973812 or 791159. OLE color: 791159.

HSL color Cylindrical-coordinate representation of color #77120C: hue angle of 3.36º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #77120C is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 18 12 -
CMYK 0 0.85 0.90 0.53
HSL 3.36º 0.82% 0.26% -
HSV(B) 3.36º 0.9% 0.47% -
XYZ 7.89 4.38 0.78 -
YUV 47.52 107.96 178.99 -
System Red Green Blue C M Y K H S L
Decimal 119 18 12 0 0.85 0.90 0.53 3.36 0.82 0.26
Hex 77 12 C 0 55 5A 35 3 52 1A
Octal 167 22 14 0 125 132 65 3 122 32
Binary 1110111 10010 1100 0 1010101 1011010 110101 11 1010010 11010

Color Harmonies of #77120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77120C

Black with #77120C

Text Example


Text Example

White with #77120C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77120C; }

 p { color: rgb(119,18,12); }

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

background-color css

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

 a { background-color: rgb(119,18,12); }

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

border-color css

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

 span { border-color: rgb(119,18,12); }

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