#755964

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

Shades of Cosmic #755964

Tints of Cosmic #755964

Color information

#755964 (or 0x755964) is unknown color: approx Cosmic. HEX triplet: 75, 59 and 64. RGB value is (117,89,100). Sum of RGB (Red+Green+Blue) = 117+89+100=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 100 (39.45% from 255 or 32.68% from 306); Max value from RGB is 117 - color contains mainly: red. Hex color #755964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755964 is #8AA69B. Grayscale: #626262. Windows color (decimal): -9086620 or 6576501. OLE color: 6576501.

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

Color convert

RGB11789100-
CMYK00.240.150.54
HSL336.43º13.59%40.39%-
HSV(B)336.43º23.93%45.88%-
XYZ13.2111.8513.65-
YUV98.63128.78141.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.24%
GREEN value IS 89 (35.16% from 255) = 29.08%
BLUE value IS 100 (39.45% from 255) = 32.68%
R=38.24%
G=29.08%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178910000.240.150.54336.4313.5940.39
Hex755964018F36150e28
Octal16513114403017665201650
Binary11101011011001110010001100011111101101010100001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755964; }

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

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

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

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

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

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

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

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