#76474E

Color #76474E Tosca (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tosca #76474E

Tints of Tosca #76474E

Color information

#76474E (or 0x76474E) is unknown color: approx Tosca. HEX triplet: 76, 47 and 4E. RGB value is (118,71,78). Sum of RGB (Red+Green+Blue) = 118+71+78=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 78 (30.86% from 255 or 29.21% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #76474E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76474E is #89B8B1. Grayscale: #555555. Windows color (decimal): -9025714 or 5130102. OLE color: 5130102.

HSL color Cylindrical-coordinate representation of color #76474E: hue angle of 351.06º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76474E is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB1187178-
CMYK00.400.340.54
HSL351.06º24.87%37.06%-
HSV(B)351.06º39.83%46.27%-
XYZ11.18.918.34-
YUV85.85123.57150.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.19%
GREEN value IS 71 (28.12% from 255) = 26.59%
BLUE value IS 78 (30.86% from 255) = 29.21%
R=44.19%
G=26.59%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118717800.400.340.54351.0624.8737.06
Hex76474E028223615f1925
Octal16610711605042665373145
Binary111011010001111001110010100010001011011010101111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76474E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76474E; }

 p { color: rgb(118,71,78); }

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

<style>
 a { background-color: #76474E; }

 a { background-color: rgb(118,71,78); }

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

<style>
 span { border-color: #76474E; }

 span { border-color: rgb(118,71,78); }

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