#75464A

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

Shades of Tosca #75464A

Tints of Tosca #75464A

Color information

#75464A (or 0x75464A) is unknown color: approx Tosca. HEX triplet: 75, 46 and 4A. RGB value is (117,70,74). Sum of RGB (Red+Green+Blue) = 117+70+74=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #75464A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75464A is #8AB9B5. Grayscale: #545454. Windows color (decimal): -9091510 or 4867701. OLE color: 4867701.

HSL color Cylindrical-coordinate representation of color #75464A: hue angle of 354.89º 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 #75464A is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB1177074-
CMYK00.400.370.54
HSL354.89º25.13%36.67%-
HSV(B)354.89º40.17%45.88%-
XYZ10.768.667.58-
YUV84.51122.07151.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.83%
GREEN value IS 70 (27.73% from 255) = 26.82%
BLUE value IS 74 (29.30% from 255) = 28.35%
R=44.83%
G=26.82%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117707400.400.370.54354.8925.1336.67
Hex75464A02825361631925
Octal16510611205045665433145
Binary111010110001101001010010100010010111011010110001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75464A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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