#76474D

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

Shades of Tosca #76474D

Tints of Tosca #76474D

Color information

#76474D (or 0x76474D) is unknown color: approx Tosca. HEX triplet: 76, 47 and 4D. RGB value is (118,71,77). Sum of RGB (Red+Green+Blue) = 118+71+77=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #76474D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76474D is #89B8B2. Grayscale: #555555. Windows color (decimal): -9025715 or 5064566. OLE color: 5064566.

HSL color Cylindrical-coordinate representation of color #76474D: hue angle of 352.34º 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 #76474D is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB1187177-
CMYK00.400.350.54
HSL352.34º24.87%37.06%-
HSV(B)352.34º39.83%46.27%-
XYZ11.068.898.15-
YUV85.74123.07151.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.36%
GREEN value IS 71 (28.12% from 255) = 26.69%
BLUE value IS 77 (30.47% from 255) = 28.95%
R=44.36%
G=26.69%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118717700.400.350.54352.3424.8737.06
Hex76474D02823361601925
Octal16610711505043665403145
Binary111011010001111001101010100010001111011010110000011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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