#75535E

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

Shades of Cosmic #75535E

Tints of Cosmic #75535E

Color information

#75535E (or 0x75535E) is unknown color: approx Cosmic. HEX triplet: 75, 53 and 5E. RGB value is (117,83,94). Sum of RGB (Red+Green+Blue) = 117+83+94=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 117 - color contains mainly: red. Hex color #75535E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75535E is #8AACA1. Grayscale: #5E5E5E. Windows color (decimal): -9088162 or 6181749. OLE color: 6181749.

HSL color Cylindrical-coordinate representation of color #75535E: hue angle of 340.59º 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 #75535E is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB1178394-
CMYK00.290.200.54
HSL340.59º17%39.22%-
HSV(B)340.59º29.06%45.88%-
XYZ12.4510.7812.01-
YUV94.42127.76144.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.80%
GREEN value IS 83 (32.81% from 255) = 28.23%
BLUE value IS 94 (37.11% from 255) = 31.97%
R=39.80%
G=28.23%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117839400.290.200.54340.591739.22
Hex75535E01D14361551127
Octal16512313603524665252147
Binary1110101101001110111100111011010011011010101010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75535E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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