#76160C

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

Shades of Falu Red #76160C

Tints of Falu Red #76160C

Color information

#76160C (or 0x76160C) is unknown color: approx Falu Red. HEX triplet: 76, 16 and 0C. RGB value is (118,22,12). Sum of RGB (Red+Green+Blue) = 118+22+12=152 (20% of max value = 765). Red value is 118 (46.48% from 255 or 77.63% from 152); Green value is 22 (8.98% from 255 or 14.47% from 152); Blue value is 12 (5.08% from 255 or 7.89% from 152); Max value from RGB is 118 - color contains mainly: red. Hex color #76160C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76160C is #89E9F3. Grayscale: #313131. Windows color (decimal): -9038324 or 792182. OLE color: 792182.

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

Color convert

RGB1182212-
CMYK00.810.900.54
HSL5.66º81.54%25.49%-
HSV(B)5.66º89.83%46.27%-
XYZ7.824.450.79-
YUV49.56106.8176.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 77.63%
GREEN value IS 22 (8.98% from 255) = 14.47%
BLUE value IS 12 (5.08% from 255) = 7.89%
R=77.63%
G=14.47%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118221200.810.900.545.6681.5425.49
Hex7616C0515A3665219
Octal1662614012113266612231
Binary1110110101101100010100011011010110110110101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76160C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #76160C;
 }
 .AnyTagClassName
 {
   color: #76160C;
 }
</style>
background-color css

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

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

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

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

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

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