#75464C

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

Shades of Tosca #75464C

Tints of Tosca #75464C

Color information

#75464C (or 0x75464C) is unknown color: approx Tosca. HEX triplet: 75, 46 and 4C. RGB value is (117,70,76). Sum of RGB (Red+Green+Blue) = 117+70+76=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 76 (30.08% from 255 or 28.90% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #75464C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75464C is #8AB9B3. Grayscale: #545454. Windows color (decimal): -9091508 or 4998773. OLE color: 4998773.

HSL color Cylindrical-coordinate representation of color #75464C: hue angle of 352.34º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75464C is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB1177076-
CMYK00.400.350.54
HSL352.34º25.13%36.67%-
HSV(B)352.34º40.17%45.88%-
XYZ10.838.687.94-
YUV84.74123.07151.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.49%
GREEN value IS 70 (27.73% from 255) = 26.62%
BLUE value IS 76 (30.08% from 255) = 28.90%
R=44.49%
G=26.62%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117707600.400.350.54352.3425.1336.67
Hex75464C02823361601925
Octal16510611405043665403145
Binary111010110001101001100010100010001111011010110000011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75464C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75464C; }

 p { color: rgb(117,70,76); }

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

<style>
 a { background-color: #75464C; }

 a { background-color: rgb(117,70,76); }

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

<style>
 span { border-color: #75464C; }

 span { border-color: rgb(117,70,76); }

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