#765760

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

Shades of Cosmic #765760

Tints of Cosmic #765760

Color information

#765760 (or 0x765760) is unknown color: approx Cosmic. HEX triplet: 76, 57 and 60. RGB value is (118,87,96). Sum of RGB (Red+Green+Blue) = 118+87+96=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 118 - color contains mainly: red. Hex color #765760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765760 is #89A89F. Grayscale: #616161. Windows color (decimal): -9021600 or 6313846. OLE color: 6313846.

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

Color convert

RGB1188796-
CMYK00.260.190.54
HSL342.58º15.12%40.2%-
HSV(B)342.58º26.27%46.27%-
XYZ12.9911.5112.6-
YUV97.3127.27142.77-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.20%
GREEN value IS 87 (34.38% from 255) = 28.90%
BLUE value IS 96 (37.89% from 255) = 31.89%
R=39.20%
G=28.90%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118879600.260.190.54342.5815.1240.2
Hex76576001A1336157f28
Octal16612714003223665271750
Binary111011010101111100000011010100111101101010101111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765760; }

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

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

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

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

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

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

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

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