#75515E

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

Shades of Cosmic #75515E

Tints of Cosmic #75515E

Color information

#75515E (or 0x75515E) is unknown color: approx Cosmic. HEX triplet: 75, 51 and 5E. RGB value is (117,81,94). Sum of RGB (Red+Green+Blue) = 117+81+94=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 117 - color contains mainly: red. Hex color #75515E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75515E is #8AAEA1. Grayscale: #5D5D5D. Windows color (decimal): -9088674 or 6181237. OLE color: 6181237.

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

Color convert

RGB1178194-
CMYK00.310.200.54
HSL338.33º18.18%38.82%-
HSV(B)338.33º30.77%45.88%-
XYZ12.310.4711.96-
YUV93.25128.43144.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.07%
GREEN value IS 81 (32.03% from 255) = 27.74%
BLUE value IS 94 (37.11% from 255) = 32.19%
R=40.07%
G=27.74%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117819400.310.200.54338.3318.1838.82
Hex75515E01F14361521227
Octal16512113603724665222247
Binary1110101101000110111100111111010011011010101001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75515E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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