#755968

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

Shades of Cosmic #755968

Tints of Cosmic #755968

Color information

#755968 (or 0x755968) is unknown color: approx Cosmic. HEX triplet: 75, 59 and 68. RGB value is (117,89,104). Sum of RGB (Red+Green+Blue) = 117+89+104=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 117 - color contains mainly: red. Hex color #755968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755968 is #8AA697. Grayscale: #636363. Windows color (decimal): -9086616 or 6838645. OLE color: 6838645.

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

Color convert

RGB11789104-
CMYK00.240.110.54
HSL327.86º13.59%40.39%-
HSV(B)327.86º23.93%45.88%-
XYZ13.4111.9314.69-
YUV99.08130.78140.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.74%
GREEN value IS 89 (35.16% from 255) = 28.71%
BLUE value IS 104 (41.02% from 255) = 33.55%
R=37.74%
G=28.71%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178910400.240.110.54327.8613.5940.39
Hex755968018B36148e28
Octal16513115003013665101650
Binary11101011011001110100001100010111101101010010001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755968; }

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

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

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

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

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

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

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

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