#76484E

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

Shades of Tosca #76484E

Tints of Tosca #76484E

Color information

#76484E (or 0x76484E) is unknown color: approx Tosca. HEX triplet: 76, 48 and 4E. RGB value is (118,72,78). Sum of RGB (Red+Green+Blue) = 118+72+78=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 78 (30.86% from 255 or 29.10% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #76484E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76484E is #89B7B1. Grayscale: #565656. Windows color (decimal): -9025458 or 5130358. OLE color: 5130358.

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

Color convert

RGB1187278-
CMYK00.390.340.54
HSL352.17º24.21%37.25%-
HSV(B)352.17º38.98%46.27%-
XYZ11.169.048.36-
YUV86.44123.24150.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.03%
GREEN value IS 72 (28.52% from 255) = 26.87%
BLUE value IS 78 (30.86% from 255) = 29.10%
R=44.03%
G=26.87%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118727800.390.340.54352.1724.2137.25
Hex76484E02722361601825
Octal16611011604742665403045
Binary111011010010001001110010011110001011011010110000011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76484E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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