#764962

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

Shades of Cosmic #764962

Tints of Cosmic #764962

Color information

#764962 (or 0x764962) is unknown color: approx Cosmic. HEX triplet: 76, 49 and 62. RGB value is (118,73,98). Sum of RGB (Red+Green+Blue) = 118+73+98=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 98 (38.67% from 255 or 33.91% from 289); Max value from RGB is 118 - color contains mainly: red. Hex color #764962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764962 is #89B69D. Grayscale: #595959. Windows color (decimal): -9025182 or 6441334. OLE color: 6441334.

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

Color convert

RGB1187398-
CMYK00.380.170.54
HSL326.67º23.56%37.45%-
HSV(B)326.67º38.14%46.27%-
XYZ12.069.512.75-
YUV89.3132.91148.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.83%
GREEN value IS 73 (28.91% from 255) = 25.26%
BLUE value IS 98 (38.67% from 255) = 33.91%
R=40.83%
G=25.26%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118739800.380.170.54326.6723.5637.45
Hex76496202611361471825
Octal16611114204621665073045
Binary11101101001001110001001001101000111011010100011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764962; }

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

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

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

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

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

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

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

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