Html Css Color HEX #76120C Falu Red

📋 copy color: '#76120C'

red 118 ◦ green 18 ◦ blue 12

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

Shades of Falu Red #76120C

Tints of Falu Red #76120C

RGB

 RED value IS 118 (46.48% from 255) = 79.73%

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

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

R = 79.73%
G = 12.16%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#76120C (or 0x76120C) is known color: Falu Red. HEX triplet: 76, 12 and 0C. RGB value is (118,18,12). Sum of RGB (Red+Green+Blue) = 118+18+12=148 (19% of max value = 765). Red value is 118 (46.48% from 255 or 79.73% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 12 (5.08% from 255 or 8.11% from 148); Max value from RGB is 118 - color contains mainly: red. Hex color #76120C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76120C is #89EDF3. Grayscale: #2F2F2F. Windows color (decimal): -9039348 or 791158. OLE color: 791158.

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

Color convert

RGB 118 18 12 -
CMYK 0 0.85 0.90 0.54
HSL 3.4º 0.82% 0.25% -
HSV(B) 3.4º 0.9% 0.46% -
XYZ 7.75 4.31 0.77 -
YUV 47.22 108.13 178.49 -
System Red Green Blue C M Y K H S L
Decimal 118 18 12 0 0.85 0.90 0.54 3.4 0.82 0.25
Hex 76 12 C 0 55 5A 36 3 52 19
Octal 166 22 14 0 125 132 66 3 122 31
Binary 1110110 10010 1100 0 1010101 1011010 110110 11 1010010 11001

Color Harmonies of #76120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76120C

Black with #76120C

Text Example


Text Example

White with #76120C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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