#75494E

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

Shades of Tosca #75494E

Tints of Tosca #75494E

Color information

#75494E (or 0x75494E) is unknown color: approx Tosca. HEX triplet: 75, 49 and 4E. RGB value is (117,73,78). Sum of RGB (Red+Green+Blue) = 117+73+78=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 78 (30.86% from 255 or 29.10% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #75494E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75494E is #8AB6B1. Grayscale: #565656. Windows color (decimal): -9090738 or 5130613. OLE color: 5130613.

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

Color convert

RGB1177378-
CMYK00.380.330.54
HSL353.18º23.16%37.25%-
HSV(B)353.18º37.61%45.88%-
XYZ11.099.18.38-
YUV86.73123.08149.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.66%
GREEN value IS 73 (28.91% from 255) = 27.24%
BLUE value IS 78 (30.86% from 255) = 29.10%
R=43.66%
G=27.24%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117737800.380.330.54353.1823.1637.25
Hex75494E02621361611725
Octal16511111604641665412745
Binary111010110010011001110010011010000111011010110000110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75494E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,73,78); }

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

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

 a { background-color: rgb(117,73,78); }

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

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

 span { border-color: rgb(117,73,78); }

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