#75505B

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

Shades of Cosmic #75505B

Tints of Cosmic #75505B

Color information

#75505B (or 0x75505B) is unknown color: approx Cosmic. HEX triplet: 75, 50 and 5B. RGB value is (117,80,91). Sum of RGB (Red+Green+Blue) = 117+80+91=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 91 (35.94% from 255 or 31.60% from 288); Max value from RGB is 117 - color contains mainly: red. Hex color #75505B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75505B is #8AAFA4. Grayscale: #5C5C5C. Windows color (decimal): -9088933 or 5984373. OLE color: 5984373.

HSL color Cylindrical-coordinate representation of color #75505B: hue angle of 342.16º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75505B is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB1178091-
CMYK00.320.220.54
HSL342.16º18.78%38.63%-
HSV(B)342.16º31.62%45.88%-
XYZ12.0910.2711.24-
YUV92.32127.26145.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.62%
GREEN value IS 80 (31.64% from 255) = 27.78%
BLUE value IS 91 (35.94% from 255) = 31.60%
R=40.62%
G=27.78%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117809100.320.220.54342.1618.7838.63
Hex75505B02016361561327
Octal16512013304026665262347
Binary11101011010000101101101000001011011011010101011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75505B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75505B; }

 p { color: rgb(117,80,91); }

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

<style>
 a { background-color: #75505B; }

 a { background-color: rgb(117,80,91); }

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

<style>
 span { border-color: #75505B; }

 span { border-color: rgb(117,80,91); }

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