#75545E

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

Shades of Cosmic #75545E

Tints of Cosmic #75545E

Color information

#75545E (or 0x75545E) is unknown color: approx Cosmic. HEX triplet: 75, 54 and 5E. RGB value is (117,84,94). Sum of RGB (Red+Green+Blue) = 117+84+94=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 117 - color contains mainly: red. Hex color #75545E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75545E is #8AABA1. Grayscale: #5F5F5F. Windows color (decimal): -9087906 or 6182005. OLE color: 6182005.

HSL color Cylindrical-coordinate representation of color #75545E: hue angle of 341.82º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #75545E is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB1178494-
CMYK00.280.200.54
HSL341.82º16.42%39.41%-
HSV(B)341.82º28.21%45.88%-
XYZ12.5310.9312.04-
YUV95.01127.43143.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.66%
GREEN value IS 84 (33.20% from 255) = 28.47%
BLUE value IS 94 (37.11% from 255) = 31.86%
R=39.66%
G=28.47%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117849400.280.200.54341.8216.4239.41
Hex75545E01C14361561027
Octal16512413603424665262047
Binary1110101101010010111100111001010011011010101011010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75545E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,84,94); }

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

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

 a { background-color: rgb(117,84,94); }

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

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

 span { border-color: rgb(117,84,94); }

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