#764061

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

Shades of Cosmic #764061

Tints of Cosmic #764061

Color information

#764061 (or 0x764061) is unknown color: approx Cosmic. HEX triplet: 76, 40 and 61. RGB value is (118,64,97). Sum of RGB (Red+Green+Blue) = 118+64+97=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 97 (38.28% from 255 or 34.77% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #764061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764061 is #89BF9E. Grayscale: #535353. Windows color (decimal): -9027487 or 6373494. OLE color: 6373494.

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

Color convert

RGB1186497-
CMYK00.460.180.54
HSL323.33º29.67%35.69%-
HSV(B)323.33º45.76%46.27%-
XYZ11.468.3812.32-
YUV83.91135.39152.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.29%
GREEN value IS 64 (25.39% from 255) = 22.94%
BLUE value IS 97 (38.28% from 255) = 34.77%
R=42.29%
G=22.94%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118649700.460.180.54323.3329.6735.69
Hex76406102E12361431e24
Octal16610014105622665033644
Binary11101101000000110000101011101001011011010100001111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764061; }

 p { color: rgb(118,64,97); }

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

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

 a { background-color: rgb(118,64,97); }

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

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

 span { border-color: rgb(118,64,97); }

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