#764863

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

Shades of Cosmic #764863

Tints of Cosmic #764863

Color information

#764863 (or 0x764863) is unknown color: approx Cosmic. HEX triplet: 76, 48 and 63. RGB value is (118,72,99). Sum of RGB (Red+Green+Blue) = 118+72+99=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 72 (28.52% from 255 or 24.91% from 289); Blue value is 99 (39.06% from 255 or 34.26% from 289); Max value from RGB is 118 - color contains mainly: red. Hex color #764863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764863 is #89B79C. Grayscale: #585858. Windows color (decimal): -9025437 or 6506614. OLE color: 6506614.

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

Color convert

RGB1187299-
CMYK00.390.160.54
HSL324.78º24.21%37.25%-
HSV(B)324.78º38.98%46.27%-
XYZ12.049.3912.98-
YUV88.83133.74148.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.83%
GREEN value IS 72 (28.52% from 255) = 24.91%
BLUE value IS 99 (39.06% from 255) = 34.26%
R=40.83%
G=24.91%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118729900.390.160.54324.7824.2137.25
Hex76486302710361451825
Octal16611014304720665053045
Binary11101101001000110001101001111000011011010100010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764863; }

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

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

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

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

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

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

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

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