#764463

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

Shades of Cosmic #764463

Tints of Cosmic #764463

Color information

#764463 (or 0x764463) is unknown color: approx Cosmic. HEX triplet: 76, 44 and 63. RGB value is (118,68,99). Sum of RGB (Red+Green+Blue) = 118+68+99=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 118 - color contains mainly: red. Hex color #764463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764463 is #89BB9C. Grayscale: #565656. Windows color (decimal): -9026461 or 6505590. OLE color: 6505590.

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

Color convert

RGB1186899-
CMYK00.420.160.54
HSL322.8º26.88%36.47%-
HSV(B)322.8º42.37%46.27%-
XYZ11.798.8912.9-
YUV86.48135.06150.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.40%
GREEN value IS 68 (26.95% from 255) = 23.86%
BLUE value IS 99 (39.06% from 255) = 34.74%
R=41.40%
G=23.86%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118689900.420.160.54322.826.8836.47
Hex76446302A10361431b24
Octal16610414305220665033344
Binary11101101000100110001101010101000011011010100001111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764463; }

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

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

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

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

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

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

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

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