#755064

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

Shades of Cosmic #755064

Tints of Cosmic #755064

Color information

#755064 (or 0x755064) is unknown color: approx Cosmic. HEX triplet: 75, 50 and 64. RGB value is (117,80,100). Sum of RGB (Red+Green+Blue) = 117+80+100=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 117 - color contains mainly: red. Hex color #755064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755064 is #8AAF9B. Grayscale: #5D5D5D. Windows color (decimal): -9088924 or 6574197. OLE color: 6574197.

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

Color convert

RGB11780100-
CMYK00.320.150.54
HSL327.57º18.78%38.63%-
HSV(B)327.57º31.62%45.88%-
XYZ12.5110.4413.41-
YUV93.34131.76144.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.39%
GREEN value IS 80 (31.64% from 255) = 26.94%
BLUE value IS 100 (39.45% from 255) = 33.67%
R=39.39%
G=26.94%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178010000.320.150.54327.5718.7838.63
Hex755064020F361481327
Octal16512014404017665102347
Binary1110101101000011001000100000111111011010100100010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755064; }

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

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

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

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

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

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

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

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