#755468

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

Shades of Cosmic #755468

Tints of Cosmic #755468

Color information

#755468 (or 0x755468) is unknown color: approx Cosmic. HEX triplet: 75, 54 and 68. RGB value is (117,84,104). Sum of RGB (Red+Green+Blue) = 117+84+104=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 117 - color contains mainly: red. Hex color #755468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755468 is #8AAB97. Grayscale: #606060. Windows color (decimal): -9087896 or 6837365. OLE color: 6837365.

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

Color convert

RGB11784104-
CMYK00.280.110.54
HSL323.64º16.42%39.41%-
HSV(B)323.64º28.21%45.88%-
XYZ13.0111.1214.56-
YUV96.15132.43142.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.36%
GREEN value IS 84 (33.20% from 255) = 27.54%
BLUE value IS 104 (41.02% from 255) = 34.10%
R=38.36%
G=27.54%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178410400.280.110.54323.6416.4239.41
Hex75546801CB361441027
Octal16512415003413665042047
Binary111010110101001101000011100101111011010100010010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755468; }

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

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

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

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

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

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

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

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