#75535F

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

Shades of Cosmic #75535F

Tints of Cosmic #75535F

Color information

#75535F (or 0x75535F) is unknown color: approx Cosmic. HEX triplet: 75, 53 and 5F. RGB value is (117,83,95). Sum of RGB (Red+Green+Blue) = 117+83+95=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 117 - color contains mainly: red. Hex color #75535F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75535F is #8AACA0. Grayscale: #5E5E5E. Windows color (decimal): -9088161 or 6247285. OLE color: 6247285.

HSL color Cylindrical-coordinate representation of color #75535F: hue angle of 338.82º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #75535F is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB1178395-
CMYK00.290.190.54
HSL338.82º17%39.22%-
HSV(B)338.82º29.06%45.88%-
XYZ12.4910.7912.25-
YUV94.53128.26144.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.66%
GREEN value IS 83 (32.81% from 255) = 28.14%
BLUE value IS 95 (37.5% from 255) = 32.20%
R=39.66%
G=28.14%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117839500.290.190.54338.821739.22
Hex75535F01D13361531127
Octal16512313703523665232147
Binary1110101101001110111110111011001111011010101001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75535F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75535F; }

 p { color: rgb(117,83,95); }

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

<style>
 a { background-color: #75535F; }

 a { background-color: rgb(117,83,95); }

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

<style>
 span { border-color: #75535F; }

 span { border-color: rgb(117,83,95); }

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