#765860

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

Shades of Cosmic #765860

Tints of Cosmic #765860

Color information

#765860 (or 0x765860) is unknown color: approx Cosmic. HEX triplet: 76, 58 and 60. RGB value is (118,88,96). Sum of RGB (Red+Green+Blue) = 118+88+96=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 118 - color contains mainly: red. Hex color #765860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765860 is #89A79F. Grayscale: #616161. Windows color (decimal): -9021344 or 6314102. OLE color: 6314102.

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

Color convert

RGB1188896-
CMYK00.250.190.54
HSL344º14.56%40.39%-
HSV(B)344º25.42%46.27%-
XYZ13.0711.6812.63-
YUV97.88126.94142.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.07%
GREEN value IS 88 (34.77% from 255) = 29.14%
BLUE value IS 96 (37.89% from 255) = 31.79%
R=39.07%
G=29.14%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118889600.250.190.5434414.5640.39
Hex7658600191336158f28
Octal16613014003123665301750
Binary111011010110001100000011001100111101101010110001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765860; }

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

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

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

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

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

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

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

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