#765764

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

Shades of Cosmic #765764

Tints of Cosmic #765764

Color information

#765764 (or 0x765764) is unknown color: approx Cosmic. HEX triplet: 76, 57 and 64. RGB value is (118,87,100). Sum of RGB (Red+Green+Blue) = 118+87+100=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 118 - color contains mainly: red. Hex color #765764 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765764 is #89A89B. Grayscale: #616161. Windows color (decimal): -9021596 or 6575990. OLE color: 6575990.

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

Color convert

RGB11887100-
CMYK00.260.150.54
HSL334.84º15.12%40.2%-
HSV(B)334.84º26.27%46.27%-
XYZ13.1811.5913.6-
YUV97.75129.27142.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.69%
GREEN value IS 87 (34.38% from 255) = 28.52%
BLUE value IS 100 (39.45% from 255) = 32.79%
R=38.69%
G=28.52%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188710000.260.150.54334.8415.1240.2
Hex76576401AF3614ff28
Octal16612714403217665171750
Binary11101101010111110010001101011111101101010011111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765764; }

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

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

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

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

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

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

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

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