#755869

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

Shades of Cosmic #755869

Tints of Cosmic #755869

Color information

#755869 (or 0x755869) is unknown color: approx Cosmic. HEX triplet: 75, 58 and 69. RGB value is (117,88,105). Sum of RGB (Red+Green+Blue) = 117+88+105=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 105 (41.41% from 255 or 33.87% from 310); Max value from RGB is 117 - color contains mainly: red. Hex color #755869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755869 is #8AA796. Grayscale: #626262. Windows color (decimal): -9086871 or 6903925. OLE color: 6903925.

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

Color convert

RGB11788105-
CMYK00.250.100.54
HSL324.83º14.15%40.2%-
HSV(B)324.83º24.79%45.88%-
XYZ13.3811.7814.93-
YUV98.61131.61141.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.74%
GREEN value IS 88 (34.77% from 255) = 28.39%
BLUE value IS 105 (41.41% from 255) = 33.87%
R=37.74%
G=28.39%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178810500.250.100.54324.8314.1540.2
Hex755869019A36145e28
Octal16513015103112665051650
Binary11101011011000110100101100110101101101010001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755869; }

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

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

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

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

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

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

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

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