#764466

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

Shades of Cosmic #764466

Tints of Cosmic #764466

Color information

#764466 (or 0x764466) is unknown color: approx Cosmic. HEX triplet: 76, 44 and 66. RGB value is (118,68,102). Sum of RGB (Red+Green+Blue) = 118+68+102=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 68 (26.95% from 255 or 23.61% from 288); Blue value is 102 (40.23% from 255 or 35.42% from 288); Max value from RGB is 118 - color contains mainly: red. Hex color #764466 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764466 is #89BB99. Grayscale: #565656. Windows color (decimal): -9026458 or 6702198. OLE color: 6702198.

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

Color convert

RGB11868102-
CMYK00.420.140.54
HSL319.2º26.88%36.47%-
HSV(B)319.2º42.37%46.27%-
XYZ11.948.9513.67-
YUV86.83136.56150.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.97%
GREEN value IS 68 (26.95% from 255) = 23.61%
BLUE value IS 102 (40.23% from 255) = 35.42%
R=40.97%
G=23.61%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1186810200.420.140.54319.226.8836.47
Hex76446602AE3613f1b24
Octal16610414605216664773344
Binary1110110100010011001100101010111011011010011111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764466; }

 p { color: rgb(118,68,102); }

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

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

 a { background-color: rgb(118,68,102); }

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

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

 span { border-color: rgb(118,68,102); }

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