#76180C

Color #76180C Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #76180C

Tints of Falu Red #76180C

Color information

#76180C (or 0x76180C) is unknown color: approx 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

RGB1182412-
CMYK00.800.900.54
HSL6.79º81.54%25.49%-
HSV(B)6.79º89.83%46.27%-
XYZ7.864.530.81-
YUV50.74106.14175.98-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118241200.800.900.546.7981.5425.49
Hex7618C0505A3675219
Octal1663014012013266712231
Binary1110110110001100010100001011010110110111101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76180C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>