#76474b

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

Shades of Tosca #76474B

Tints of Tosca #76474B

Color information

#76474B (or 0x76474B) is unknown color: approx Tosca. HEX triplet: 76, 47 and 4B. RGB value is (118,71,75). Sum of RGB (Red+Green+Blue) = 118+71+75=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 75 (29.69% from 255 or 28.41% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #76474B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76474B is #89B8B4. Grayscale: #555555. Windows color (decimal): -9025717 or 4933494. OLE color: 4933494.

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

Color convert

RGB1187175-
CMYK00.400.360.54
HSL354.89º24.87%37.06%-
HSV(B)354.89º39.83%46.27%-
XYZ10.998.877.79-
YUV85.51122.07151.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.70%
GREEN value IS 71 (28.12% from 255) = 26.89%
BLUE value IS 75 (29.69% from 255) = 28.41%
R=44.70%
G=26.89%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118717500.400.360.54354.8924.8737.06
Hex76474B02824361631925
Octal16610711305044665433145
Binary111011010001111001011010100010010011011010110001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76474b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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