#755163

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

Shades of Cosmic #755163

Tints of Cosmic #755163

Color information

#755163 (or 0x755163) is unknown color: approx Cosmic. HEX triplet: 75, 51 and 63. RGB value is (117,81,99). Sum of RGB (Red+Green+Blue) = 117+81+99=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 117 - color contains mainly: red. Hex color #755163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755163 is #8AAE9C. Grayscale: #5D5D5D. Windows color (decimal): -9088669 or 6508917. OLE color: 6508917.

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

Color convert

RGB1178199-
CMYK00.310.150.54
HSL330º18.18%38.82%-
HSV(B)330º30.77%45.88%-
XYZ12.5310.5713.18-
YUV93.82130.93144.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.39%
GREEN value IS 81 (32.03% from 255) = 27.27%
BLUE value IS 99 (39.06% from 255) = 33.33%
R=39.39%
G=27.27%
B=33.33%

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
Decimal117819900.310.150.5433018.1838.82
Hex75516301FF3614a1227
Octal16512114303717665122247
Binary111010110100011100011011111111111011010100101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755163; }

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

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

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

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

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

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

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

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