Html Css Color HEX #76180C Falu Red

📋 copy color: '#76180C'

red 118 ◦ green 24 ◦ blue 12

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

Shades of Falu Red #76180C

Tints of Falu Red #76180C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.58%

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

R = 76.62%
G = 15.58%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#76180C (or 0x76180C) is known color: Falu Red. HEX triplet: 76, 18 and 0C. RGB value is (118,24,12). Sum of RGB (Red+Green+Blue) = 118+24+12=154 (20% of max value = 765). Red value is 118 (46.48% from 255 or 76.62% from 154); Green value is 24 (9.77% from 255 or 15.58% from 154); Blue value is 12 (5.08% from 255 or 7.79% from 154); Max value from RGB is 118 - color contains mainly: red. Hex color #76180C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76180C is #89E7F3. Grayscale: #323232. Windows color (decimal): -9037812 or 792694. OLE color: 792694.

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

Color convert

RGB 118 24 12 -
CMYK 0 0.80 0.90 0.54
HSL 6.79º 0.82% 0.25% -
HSV(B) 6.79º 0.9% 0.46% -
XYZ 7.86 4.53 0.81 -
YUV 50.74 106.14 175.98 -
System Red Green Blue C M Y K H S L
Decimal 118 24 12 0 0.80 0.90 0.54 6.79 0.82 0.25
Hex 76 18 C 0 50 5A 36 7 52 19
Octal 166 30 14 0 120 132 66 7 122 31
Binary 1110110 11000 1100 0 1010000 1011010 110110 111 1010010 11001

Color Harmonies of #76180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76180C

Black with #76180C

Text Example


Text Example

White with #76180C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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