#765164

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

Shades of Cosmic #765164

Tints of Cosmic #765164

Color information

#765164 (or 0x765164) is unknown color: approx Cosmic. HEX triplet: 76, 51 and 64. RGB value is (118,81,100). Sum of RGB (Red+Green+Blue) = 118+81+100=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 118 - color contains mainly: red. Hex color #765164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765164 is #89AE9B. Grayscale: #5E5E5E. Windows color (decimal): -9023132 or 6574454. OLE color: 6574454.

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

Color convert

RGB11881100-
CMYK00.310.150.54
HSL329.19º18.59%39.02%-
HSV(B)329.19º31.36%46.27%-
XYZ12.7110.6613.44-
YUV94.23131.26144.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.46%
GREEN value IS 81 (32.03% from 255) = 27.09%
BLUE value IS 100 (39.45% from 255) = 33.44%
R=39.46%
G=27.09%
B=33.44%

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
Decimal1188110000.310.150.54329.1918.5939.02
Hex76516401FF361491327
Octal16612114403717665112347
Binary111011010100011100100011111111111011010100100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765164; }

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

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

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

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

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

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

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

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