#755464

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

Shades of Cosmic #755464

Tints of Cosmic #755464

Color information

#755464 (or 0x755464) is unknown color: approx Cosmic. HEX triplet: 75, 54 and 64. RGB value is (117,84,100). Sum of RGB (Red+Green+Blue) = 117+84+100=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 100 (39.45% from 255 or 33.22% from 301); Max value from RGB is 117 - color contains mainly: red. Hex color #755464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755464 is #8AAB9B. Grayscale: #5F5F5F. Windows color (decimal): -9087900 or 6575221. OLE color: 6575221.

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

Color convert

RGB11784100-
CMYK00.280.150.54
HSL330.91º16.42%39.41%-
HSV(B)330.91º28.21%45.88%-
XYZ12.8111.0413.51-
YUV95.69130.43143.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.87%
GREEN value IS 84 (33.20% from 255) = 27.91%
BLUE value IS 100 (39.45% from 255) = 33.22%
R=38.87%
G=27.91%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178410000.280.150.54330.9116.4239.41
Hex75546401CF3614b1027
Octal16512414403417665132047
Binary111010110101001100100011100111111011010100101110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755464; }

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

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

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

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

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

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

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

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