#75566A

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

Shades of Cosmic #75566A

Tints of Cosmic #75566A

Color information

#75566A (or 0x75566A) is unknown color: approx Cosmic. HEX triplet: 75, 56 and 6A. RGB value is (117,86,106). Sum of RGB (Red+Green+Blue) = 117+86+106=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 117 - color contains mainly: red. Hex color #75566A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75566A is #8AA995. Grayscale: #616161. Windows color (decimal): -9087382 or 6968949. OLE color: 6968949.

HSL color Cylindrical-coordinate representation of color #75566A: hue angle of 321.29º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #75566A is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB11786106-
CMYK00.260.090.54
HSL321.29º15.27%39.8%-
HSV(B)321.29º26.5%45.88%-
XYZ13.2711.4815.15-
YUV97.55132.77141.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.86%
GREEN value IS 86 (33.98% from 255) = 27.83%
BLUE value IS 106 (41.80% from 255) = 34.30%
R=37.86%
G=27.83%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178610600.260.090.54321.2915.2739.8
Hex75566A01A936141f28
Octal16512615203211665011750
Binary11101011010110110101001101010011101101010000011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75566A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,86,106); }

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

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

 a { background-color: rgb(117,86,106); }

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

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

 span { border-color: rgb(117,86,106); }

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