#75555F

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

Shades of Cosmic #75555F

Tints of Cosmic #75555F

Color information

#75555F (or 0x75555F) is unknown color: approx Cosmic. HEX triplet: 75, 55 and 5F. RGB value is (117,85,95). Sum of RGB (Red+Green+Blue) = 117+85+95=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 117 - color contains mainly: red. Hex color #75555F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75555F is #8AAAA0. Grayscale: #5F5F5F. Windows color (decimal): -9087649 or 6247797. OLE color: 6247797.

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

Color convert

RGB1178595-
CMYK00.270.190.54
HSL341.25º15.84%39.61%-
HSV(B)341.25º27.35%45.88%-
XYZ12.6511.1112.3-
YUV95.71127.6143.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.39%
GREEN value IS 85 (33.59% from 255) = 28.62%
BLUE value IS 95 (37.5% from 255) = 31.99%
R=39.39%
G=28.62%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117859500.270.190.54341.2515.8439.61
Hex75555F01B13361551028
Octal16512513703323665252050
Binary1110101101010110111110110111001111011010101010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75555F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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