#75555E

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

Shades of Cosmic #75555E

Tints of Cosmic #75555E

Color information

#75555E (or 0x75555E) is unknown color: approx Cosmic. HEX triplet: 75, 55 and 5E. RGB value is (117,85,94). Sum of RGB (Red+Green+Blue) = 117+85+94=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 117 - color contains mainly: red. Hex color #75555E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75555E is #8AAAA1. Grayscale: #5F5F5F. Windows color (decimal): -9087650 or 6182261. OLE color: 6182261.

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

Color convert

RGB1178594-
CMYK00.270.200.54
HSL343.12º15.84%39.61%-
HSV(B)343.12º27.35%45.88%-
XYZ12.611.0912.07-
YUV95.59127.1143.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.53%
GREEN value IS 85 (33.59% from 255) = 28.72%
BLUE value IS 94 (37.11% from 255) = 31.76%
R=39.53%
G=28.72%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117859400.270.200.54343.1215.8439.61
Hex75555E01B14361571028
Octal16512513603324665272050
Binary1110101101010110111100110111010011011010101011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75555E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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