#764663

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

Shades of Cosmic #764663

Tints of Cosmic #764663

Color information

#764663 (or 0x764663) is unknown color: approx Cosmic. HEX triplet: 76, 46 and 63. RGB value is (118,70,99). Sum of RGB (Red+Green+Blue) = 118+70+99=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 99 (39.06% from 255 or 34.49% from 287); Max value from RGB is 118 - color contains mainly: red. Hex color #764663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764663 is #89B99C. Grayscale: #575757. Windows color (decimal): -9025949 or 6506102. OLE color: 6506102.

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

Color convert

RGB1187099-
CMYK00.410.160.54
HSL323.75º25.53%36.86%-
HSV(B)323.75º40.68%46.27%-
XYZ11.919.1312.94-
YUV87.66134.4149.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.11%
GREEN value IS 70 (27.73% from 255) = 24.39%
BLUE value IS 99 (39.06% from 255) = 34.49%
R=41.11%
G=24.39%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118709900.410.160.54323.7525.5336.86
Hex76466302910361441a25
Octal16610614305120665043245
Binary11101101000110110001101010011000011011010100010011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764663; }

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

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

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

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

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

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

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

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