#7F4559

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

Shades of Cosmic #7F4559

Tints of Cosmic #7F4559

Color information

#7F4559 (or 0x7F4559) is unknown color: approx Cosmic. HEX triplet: 7F, 45 and 59. RGB value is (127,69,89). Sum of RGB (Red+Green+Blue) = 127+69+89=285 (37% of max value = 765). Red value is 127 (50% from 255 or 44.56% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 89 (35.16% from 255 or 31.23% from 285); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F4559 is #80BAA6. Grayscale: #585858. Windows color (decimal): -8436391 or 5850495. OLE color: 5850495.

HSL color Cylindrical-coordinate representation of color #7F4559: hue angle of 339.31º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F4559 is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB1276989-
CMYK00.460.300.50
HSL339.31º29.59%38.43%-
HSV(B)339.31º45.67%49.8%-
XYZ12.689.4910.61-
YUV88.62128.22155.37-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 44.56%
GREEN value IS 69 (27.34% from 255) = 24.21%
BLUE value IS 89 (35.16% from 255) = 31.23%
R=44.56%
G=24.21%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127698900.460.300.50339.3129.5938.43
Hex7F455902E1E321531e26
Octal17710513105636625233646
Binary11111111000101101100101011101111011001010101001111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,69,89); }

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

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

 a { background-color: rgb(127,69,89); }

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

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

 span { border-color: rgb(127,69,89); }

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