#764563

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

Shades of Cosmic #764563

Tints of Cosmic #764563

Color information

#764563 (or 0x764563) is unknown color: approx Cosmic. HEX triplet: 76, 45 and 63. RGB value is (118,69,99). Sum of RGB (Red+Green+Blue) = 118+69+99=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 118 - color contains mainly: red. Hex color #764563 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764563 is #89BA9C. Grayscale: #575757. Windows color (decimal): -9026205 or 6505846. OLE color: 6505846.

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

Color convert

RGB1186999-
CMYK00.420.160.54
HSL323.27º26.2%36.67%-
HSV(B)323.27º41.53%46.27%-
XYZ11.859.0112.92-
YUV87.07134.73150.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.26%
GREEN value IS 69 (27.34% from 255) = 24.13%
BLUE value IS 99 (39.06% from 255) = 34.62%
R=41.26%
G=24.13%
B=34.62%

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
Decimal118699900.420.160.54323.2726.236.67
Hex76456302A10361431a25
Octal16610514305220665033245
Binary11101101000101110001101010101000011011010100001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764563; }

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

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

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

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

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

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

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

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