#76484D

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

Shades of Tosca #76484D

Tints of Tosca #76484D

Color information

#76484D (or 0x76484D) is unknown color: approx Tosca. HEX triplet: 76, 48 and 4D. RGB value is (118,72,77). Sum of RGB (Red+Green+Blue) = 118+72+77=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 77 (30.47% from 255 or 28.84% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #76484D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76484D is #89B7B2. Grayscale: #565656. Windows color (decimal): -9025459 or 5064822. OLE color: 5064822.

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

Color convert

RGB1187277-
CMYK00.390.350.54
HSL353.48º24.21%37.25%-
HSV(B)353.48º38.98%46.27%-
XYZ11.139.028.18-
YUV86.32122.74150.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.19%
GREEN value IS 72 (28.52% from 255) = 26.97%
BLUE value IS 77 (30.47% from 255) = 28.84%
R=44.19%
G=26.97%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118727700.390.350.54353.4824.2137.25
Hex76484D02723361611825
Octal16611011504743665413045
Binary111011010010001001101010011110001111011010110000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76484D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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