#755164

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

Shades of Cosmic #755164

Tints of Cosmic #755164

Color information

#755164 (or 0x755164) is unknown color: approx Cosmic. HEX triplet: 75, 51 and 64. RGB value is (117,81,100). Sum of RGB (Red+Green+Blue) = 117+81+100=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 117 - color contains mainly: red. Hex color #755164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755164 is #8AAE9B. Grayscale: #5D5D5D. Windows color (decimal): -9088668 or 6574453. OLE color: 6574453.

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

Color convert

RGB11781100-
CMYK00.310.150.54
HSL328.33º18.18%38.82%-
HSV(B)328.33º30.77%45.88%-
XYZ12.5810.5913.44-
YUV93.93131.43144.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.26%
GREEN value IS 81 (32.03% from 255) = 27.18%
BLUE value IS 100 (39.45% from 255) = 33.56%
R=39.26%
G=27.18%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178110000.310.150.54328.3318.1838.82
Hex75516401FF361481227
Octal16512114403717665102247
Binary111010110100011100100011111111111011010100100010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755164; }

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

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

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

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

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

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

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

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