#755762

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

Shades of Cosmic #755762

Tints of Cosmic #755762

Color information

#755762 (or 0x755762) is unknown color: approx Cosmic. HEX triplet: 75, 57 and 62. RGB value is (117,87,98). Sum of RGB (Red+Green+Blue) = 117+87+98=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 87 (34.38% from 255 or 28.81% from 302); Blue value is 98 (38.67% from 255 or 32.45% from 302); Max value from RGB is 117 - color contains mainly: red. Hex color #755762 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755762 is #8AA89D. Grayscale: #616161. Windows color (decimal): -9087134 or 6444917. OLE color: 6444917.

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

Color convert

RGB1178798-
CMYK00.260.160.54
HSL338º14.71%40%-
HSV(B)338º25.64%45.88%-
XYZ12.9511.4813.09-
YUV97.22128.44142.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.74%
GREEN value IS 87 (34.38% from 255) = 28.81%
BLUE value IS 98 (38.67% from 255) = 32.45%
R=38.74%
G=28.81%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117879800.260.160.5433814.7140
Hex75576201A1036152f28
Octal16512714203220665221750
Binary111010110101111100010011010100001101101010100101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755762; }

 p { color: rgb(117,87,98); }

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

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

 a { background-color: rgb(117,87,98); }

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

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

 span { border-color: rgb(117,87,98); }

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