#7F4663

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

Shades of Cosmic #7F4663

Tints of Cosmic #7F4663

Color information

#7F4663 (or 0x7F4663) is unknown color: approx Cosmic. HEX triplet: 7F, 46 and 63. RGB value is (127,70,99). Sum of RGB (Red+Green+Blue) = 127+70+99=296 (39% of max value = 765). Red value is 127 (50% from 255 or 42.91% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 99 (39.06% from 255 or 33.45% from 296); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F4663 is #80B99C. Grayscale: #5A5A5A. Windows color (decimal): -8436125 or 6506111. OLE color: 6506111.

HSL color Cylindrical-coordinate representation of color #7F4663: hue angle of 329.47º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7F4663 is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.50.

Color convert

RGB1277099-
CMYK00.450.220.50
HSL329.47º28.93%38.63%-
HSV(B)329.47º44.88%49.8%-
XYZ13.199.7913-
YUV90.35132.88154.14-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 42.91%
GREEN value IS 70 (27.73% from 255) = 23.65%
BLUE value IS 99 (39.06% from 255) = 33.45%
R=42.91%
G=23.65%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.22
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127709900.450.220.50329.4728.9338.63
Hex7F466302D16321491d27
Octal17710614305526625113547
Binary11111111000110110001101011011011011001010100100111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F4663; }

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

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

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

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

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

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

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

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