#755664

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

Shades of Cosmic #755664

Tints of Cosmic #755664

Color information

#755664 (or 0x755664) is unknown color: approx Cosmic. HEX triplet: 75, 56 and 64. RGB value is (117,86,100). Sum of RGB (Red+Green+Blue) = 117+86+100=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 86 (33.98% from 255 or 28.38% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 117 - color contains mainly: red. Hex color #755664 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755664 is #8AA99B. Grayscale: #606060. Windows color (decimal): -9087388 or 6575733. OLE color: 6575733.

HSL color Cylindrical-coordinate representation of color #755664: hue angle of 332.9º 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 #755664 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB11786100-
CMYK00.260.150.54
HSL332.9º15.27%39.8%-
HSV(B)332.9º26.5%45.88%-
XYZ12.9611.3613.57-
YUV96.86129.77142.36-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.61%
GREEN value IS 86 (33.98% from 255) = 28.38%
BLUE value IS 100 (39.45% from 255) = 33.00%
R=38.61%
G=28.38%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178610000.260.150.54332.915.2739.8
Hex75566401AF3614df28
Octal16512614403217665151750
Binary11101011010110110010001101011111101101010011011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755664; }

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

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

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

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

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

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

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

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