#75515A

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

Shades of Cosmic #75515A

Tints of Cosmic #75515A

Color information

#75515A (or 0x75515A) is unknown color: approx Cosmic. HEX triplet: 75, 51 and 5A. RGB value is (117,81,90). Sum of RGB (Red+Green+Blue) = 117+81+90=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 81 (32.03% from 255 or 28.12% from 288); Blue value is 90 (35.55% from 255 or 31.25% from 288); Max value from RGB is 117 - color contains mainly: red. Hex color #75515A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75515A is #8AAEA5. Grayscale: #5C5C5C. Windows color (decimal): -9088678 or 5919093. OLE color: 5919093.

HSL color Cylindrical-coordinate representation of color #75515A: hue angle of 345º 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 #75515A is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB1178190-
CMYK00.310.230.54
HSL345º18.18%38.82%-
HSV(B)345º30.77%45.88%-
XYZ12.1210.411.04-
YUV92.79126.43145.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.62%
GREEN value IS 81 (32.03% from 255) = 28.12%
BLUE value IS 90 (35.55% from 255) = 31.25%
R=40.62%
G=28.12%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117819000.310.230.5434518.1838.82
Hex75515A01F17361591227
Octal16512113203727665312247
Binary1110101101000110110100111111011111011010101100110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75515A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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