#764064

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

Shades of Cosmic #764064

Tints of Cosmic #764064

Color information

#764064 (or 0x764064) is unknown color: approx Cosmic. HEX triplet: 76, 40 and 64. RGB value is (118,64,100). Sum of RGB (Red+Green+Blue) = 118+64+100=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 118 - color contains mainly: red. Hex color #764064 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764064 is #89BF9B. Grayscale: #545454. Windows color (decimal): -9027484 or 6570102. OLE color: 6570102.

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

Color convert

RGB11864100-
CMYK00.460.150.54
HSL320º29.67%35.69%-
HSV(B)320º45.76%46.27%-
XYZ11.68.4413.07-
YUV84.25136.89152.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.84%
GREEN value IS 64 (25.39% from 255) = 22.70%
BLUE value IS 100 (39.45% from 255) = 35.46%
R=41.84%
G=22.70%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1186410000.460.150.5432029.6735.69
Hex76406402EF361401e24
Octal16610014405617665003644
Binary1110110100000011001000101110111111011010100000011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764064; }

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

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

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

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

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

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

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

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