Html Css Color HEX #76110C Falu Red

📋 copy color: '#76110C'

red 118 ◦ green 17 ◦ blue 12

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

Shades of Falu Red #76110C

Tints of Falu Red #76110C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.56%

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

R = 80.27%
G = 11.56%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#76110C (or 0x76110C) is known color: Falu Red. HEX triplet: 76, 11 and 0C. RGB value is (118,17,12). Sum of RGB (Red+Green+Blue) = 118+17+12=147 (19% of max value = 765). Red value is 118 (46.48% from 255 or 80.27% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 12 (5.08% from 255 or 8.16% from 147); Max value from RGB is 118 - color contains mainly: red. Hex color #76110C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76110C is #89EEF3. Grayscale: #2E2E2E. Windows color (decimal): -9039604 or 790902. OLE color: 790902.

HSL color Cylindrical-coordinate representation of color #76110C: hue angle of 2.83º 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 #76110C is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 17 12 -
CMYK 0 0.86 0.90 0.54
HSL 2.83º 0.82% 0.25% -
HSV(B) 2.83º 0.9% 0.46% -
XYZ 7.74 4.28 0.77 -
YUV 46.63 108.46 178.91 -
System Red Green Blue C M Y K H S L
Decimal 118 17 12 0 0.86 0.90 0.54 2.83 0.82 0.25
Hex 76 11 C 0 56 5A 36 3 52 19
Octal 166 21 14 0 126 132 66 3 122 31
Binary 1110110 10001 1100 0 1010110 1011010 110110 11 1010010 11001

Color Harmonies of #76110C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76110C

Black with #76110C

Text Example


Text Example

White with #76110C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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