#755165

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

Shades of Cosmic #755165

Tints of Cosmic #755165

Color information

#755165 (or 0x755165) is unknown color: approx Cosmic. HEX triplet: 75, 51 and 65. RGB value is (117,81,101). Sum of RGB (Red+Green+Blue) = 117+81+101=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 117 - color contains mainly: red. Hex color #755165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755165 is #8AAE9A. Grayscale: #5E5E5E. Windows color (decimal): -9088667 or 6639989. OLE color: 6639989.

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

Color convert

RGB11781101-
CMYK00.310.140.54
HSL326.67º18.18%38.82%-
HSV(B)326.67º30.77%45.88%-
XYZ12.6310.6113.69-
YUV94.04131.93144.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.13%
GREEN value IS 81 (32.03% from 255) = 27.09%
BLUE value IS 101 (39.84% from 255) = 33.78%
R=39.13%
G=27.09%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178110100.310.140.54326.6718.1838.82
Hex75516501FE361471227
Octal16512114503716665072247
Binary111010110100011100101011111111011011010100011110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755165; }

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

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

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

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

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

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

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

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