#75454D

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

Shades of Tosca #75454D

Tints of Tosca #75454D

Color information

#75454D (or 0x75454D) is unknown color: approx Tosca. HEX triplet: 75, 45 and 4D. RGB value is (117,69,77). Sum of RGB (Red+Green+Blue) = 117+69+77=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 77 (30.47% from 255 or 29.28% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #75454D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75454D is #8ABAB2. Grayscale: #545454. Windows color (decimal): -9091763 or 5064053. OLE color: 5064053.

HSL color Cylindrical-coordinate representation of color #75454D: hue angle of 350º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75454D is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB1176977-
CMYK00.410.340.54
HSL350º25.81%36.47%-
HSV(B)350º41.03%45.88%-
XYZ10.88.578.11-
YUV84.26123.9151.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.49%
GREEN value IS 69 (27.34% from 255) = 26.24%
BLUE value IS 77 (30.47% from 255) = 29.28%
R=44.49%
G=26.24%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117697700.410.340.5435025.8136.47
Hex75454D029223615e1a24
Octal16510511505142665363244
Binary111010110001011001101010100110001011011010101111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75454D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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