#764062

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

Shades of Cosmic #764062

Tints of Cosmic #764062

Color information

#764062 (or 0x764062) is unknown color: approx Cosmic. HEX triplet: 76, 40 and 62. RGB value is (118,64,98). Sum of RGB (Red+Green+Blue) = 118+64+98=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 98 (38.67% from 255 or 35% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #764062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764062 is #89BF9D. Grayscale: #535353. Windows color (decimal): -9027486 or 6439030. OLE color: 6439030.

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

Color convert

RGB1186498-
CMYK00.460.170.54
HSL322.22º29.67%35.69%-
HSV(B)322.22º45.76%46.27%-
XYZ11.518.412.57-
YUV84.02135.89152.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.14%
GREEN value IS 64 (25.39% from 255) = 22.86%
BLUE value IS 98 (38.67% from 255) = 35%
R=42.14%
G=22.86%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118649800.460.170.54322.2229.6735.69
Hex76406202E11361421e24
Octal16610014205621665023644
Binary11101101000000110001001011101000111011010100001011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764062; }

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

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

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

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

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

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

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

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