#75494A

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

Shades of Tosca #75494A

Tints of Tosca #75494A

Color information

#75494A (or 0x75494A) is unknown color: approx Tosca. HEX triplet: 75, 49 and 4A. RGB value is (117,73,74). Sum of RGB (Red+Green+Blue) = 117+73+74=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 117 - color contains mainly: red. Hex color #75494A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75494A is #8AB6B5. Grayscale: #565656. Windows color (decimal): -9090742 or 4868469. OLE color: 4868469.

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

Color convert

RGB1177374-
CMYK00.380.370.54
HSL358.64º23.16%37.25%-
HSV(B)358.64º37.61%45.88%-
XYZ10.959.047.65-
YUV86.27121.08149.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.32%
GREEN value IS 73 (28.91% from 255) = 27.65%
BLUE value IS 74 (29.30% from 255) = 28.03%
R=44.32%
G=27.65%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117737400.380.370.54358.6423.1637.25
Hex75494A02625361671725
Octal16511111204645665472745
Binary111010110010011001010010011010010111011010110011110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75494A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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