#75474D

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

Shades of Tosca #75474D

Tints of Tosca #75474D

Color information

#75474D (or 0x75474D) is unknown color: approx Tosca. HEX triplet: 75, 47 and 4D. RGB value is (117,71,77). Sum of RGB (Red+Green+Blue) = 117+71+77=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 117 - color contains mainly: red. Hex color #75474D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75474D is #8AB8B2. Grayscale: #555555. Windows color (decimal): -9091251 or 5064565. OLE color: 5064565.

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

Color convert

RGB1177177-
CMYK00.390.340.54
HSL352.17º24.47%36.86%-
HSV(B)352.17º39.32%45.88%-
XYZ10.938.828.15-
YUV85.44123.24150.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.15%
GREEN value IS 71 (28.12% from 255) = 26.79%
BLUE value IS 77 (30.47% from 255) = 29.06%
R=44.15%
G=26.79%
B=29.06%

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
Decimal117717700.390.340.54352.1724.4736.86
Hex75474D02722361601825
Octal16510711504742665403045
Binary111010110001111001101010011110001011011010110000011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,71,77); }

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

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

 a { background-color: rgb(117,71,77); }

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

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

 span { border-color: rgb(117,71,77); }

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