#75474A

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

Shades of Tosca #75474A

Tints of Tosca #75474A

Color information

#75474A (or 0x75474A) is unknown color: approx Tosca. HEX triplet: 75, 47 and 4A. RGB value is (117,71,74). Sum of RGB (Red+Green+Blue) = 117+71+74=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 74 (29.30% from 255 or 28.24% from 262); Max value from RGB is 117 - color contains mainly: red. Hex color #75474A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75474A is #8AB8B5. Grayscale: #555555. Windows color (decimal): -9091254 or 4867957. OLE color: 4867957.

HSL color Cylindrical-coordinate representation of color #75474A: hue angle of 356.09º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75474A is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB1177174-
CMYK00.390.370.54
HSL356.09º24.47%36.86%-
HSV(B)356.09º39.32%45.88%-
XYZ10.838.787.6-
YUV85.1121.74150.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.66%
GREEN value IS 71 (28.12% from 255) = 27.10%
BLUE value IS 74 (29.30% from 255) = 28.24%
R=44.66%
G=27.10%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117717400.390.370.54356.0924.4736.86
Hex75474A02725361641825
Octal16510711204745665443045
Binary111010110001111001010010011110010111011010110010011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75474A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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