#76464D

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

Shades of Tosca #76464D

Tints of Tosca #76464D

Color information

#76464D (or 0x76464D) is unknown color: approx Tosca. HEX triplet: 76, 46 and 4D. RGB value is (118,70,77). Sum of RGB (Red+Green+Blue) = 118+70+77=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #76464D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76464D is #89B9B2. Grayscale: #555555. Windows color (decimal): -9025971 or 5064310. OLE color: 5064310.

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

Color convert

RGB1187077-
CMYK00.410.350.54
HSL351.25º25.53%36.86%-
HSV(B)351.25º40.68%46.27%-
XYZ118.778.13-
YUV85.15123.4151.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.53%
GREEN value IS 70 (27.73% from 255) = 26.42%
BLUE value IS 77 (30.47% from 255) = 29.06%
R=44.53%
G=26.42%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118707700.410.350.54351.2525.5336.86
Hex76464D029233615f1a25
Octal16610611505143665373245
Binary111011010001101001101010100110001111011010101111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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