#755868

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

Shades of Cosmic #755868

Tints of Cosmic #755868

Color information

#755868 (or 0x755868) is unknown color: approx Cosmic. HEX triplet: 75, 58 and 68. RGB value is (117,88,104). Sum of RGB (Red+Green+Blue) = 117+88+104=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 117 - color contains mainly: red. Hex color #755868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755868 is #8AA797. Grayscale: #626262. Windows color (decimal): -9086872 or 6838389. OLE color: 6838389.

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

Color convert

RGB11788104-
CMYK00.250.110.54
HSL326.9º14.15%40.2%-
HSV(B)326.9º24.79%45.88%-
XYZ13.3211.7614.66-
YUV98.49131.11141.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.86%
GREEN value IS 88 (34.77% from 255) = 28.48%
BLUE value IS 104 (41.02% from 255) = 33.66%
R=37.86%
G=28.48%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178810400.250.110.54326.914.1540.2
Hex755868019B36147e28
Octal16513015003113665071650
Binary11101011011000110100001100110111101101010001111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755868; }

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

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

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

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

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

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

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

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