#755962

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

Shades of Cosmic #755962

Tints of Cosmic #755962

Color information

#755962 (or 0x755962) is unknown color: approx Cosmic. HEX triplet: 75, 59 and 62. RGB value is (117,89,98). Sum of RGB (Red+Green+Blue) = 117+89+98=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 98 (38.67% from 255 or 32.24% from 304); Max value from RGB is 117 - color contains mainly: red. Hex color #755962 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755962 is #8AA69D. Grayscale: #626262. Windows color (decimal): -9086622 or 6445429. OLE color: 6445429.

HSL color Cylindrical-coordinate representation of color #755962: hue angle of 340.71º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #755962 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB1178998-
CMYK00.240.160.54
HSL340.71º13.59%40.39%-
HSV(B)340.71º23.93%45.88%-
XYZ13.1111.8113.14-
YUV98.4127.78141.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.49%
GREEN value IS 89 (35.16% from 255) = 29.28%
BLUE value IS 98 (38.67% from 255) = 32.24%
R=38.49%
G=29.28%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117899800.240.160.54340.7113.5940.39
Hex7559620181036155e28
Octal16513114203020665251650
Binary111010110110011100010011000100001101101010101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755962; }

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

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

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

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

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

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

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

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