#765962

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

Shades of Cosmic #765962

Tints of Cosmic #765962

Color information

#765962 (or 0x765962) is unknown color: approx Cosmic. HEX triplet: 76, 59 and 62. RGB value is (118,89,98). Sum of RGB (Red+Green+Blue) = 118+89+98=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 118 - color contains mainly: red. Hex color #765962 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765962 is #89A69D. Grayscale: #626262. Windows color (decimal): -9021086 or 6445430. OLE color: 6445430.

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

Color convert

RGB1188998-
CMYK00.250.170.54
HSL341.38º14.01%40.59%-
HSV(B)341.38º24.58%46.27%-
XYZ13.2511.8813.15-
YUV98.7127.61141.77-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.69%
GREEN value IS 89 (35.16% from 255) = 29.18%
BLUE value IS 98 (38.67% from 255) = 32.13%
R=38.69%
G=29.18%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118899800.250.170.54341.3814.0140.59
Hex7659620191136155e29
Octal16613114203121665251651
Binary111011010110011100010011001100011101101010101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765962; }

 p { color: rgb(118,89,98); }

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

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

 a { background-color: rgb(118,89,98); }

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

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

 span { border-color: rgb(118,89,98); }

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