#76454B

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

Shades of Tosca #76454B

Tints of Tosca #76454B

Color information

#76454B (or 0x76454B) is unknown color: approx Tosca. HEX triplet: 76, 45 and 4B. RGB value is (118,69,75). Sum of RGB (Red+Green+Blue) = 118+69+75=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 75 (29.69% from 255 or 28.63% from 262); Max value from RGB is 118 - color contains mainly: red. Hex color #76454B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76454B is #89BAB4. Grayscale: #545454. Windows color (decimal): -9026229 or 4932982. OLE color: 4932982.

HSL color Cylindrical-coordinate representation of color #76454B: hue angle of 352.65º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76454B is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB1186975-
CMYK00.420.360.54
HSL352.65º26.2%36.67%-
HSV(B)352.65º41.53%46.27%-
XYZ10.878.627.75-
YUV84.34122.73152.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.04%
GREEN value IS 69 (27.34% from 255) = 26.34%
BLUE value IS 75 (29.69% from 255) = 28.63%
R=45.04%
G=26.34%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118697500.420.360.54352.6526.236.67
Hex76454B02A24361611a25
Octal16610511305244665413245
Binary111011010001011001011010101010010011011010110000111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76454B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76454B; }

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

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

<style>
 a { background-color: #76454B; }

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

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

<style>
 span { border-color: #76454B; }

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

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