#7F586D

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

Shades of Cosmic #7F586D

Tints of Cosmic #7F586D

Color information

#7F586D (or 0x7F586D) is unknown color: approx Cosmic. HEX triplet: 7F, 58 and 6D. RGB value is (127,88,109). Sum of RGB (Red+Green+Blue) = 127+88+109=324 (42% of max value = 765). Red value is 127 (50% from 255 or 39.20% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 127 - color contains mainly: red. Hex color #7F586D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F586D is #80A792. Grayscale: #666666. Windows color (decimal): -8431507 or 7166079. OLE color: 7166079.

HSL color Cylindrical-coordinate representation of color #7F586D: hue angle of 327.69º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7F586D is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB12788109-
CMYK00.310.140.50
HSL327.69º18.14%42.16%-
HSV(B)327.69º30.71%49.8%-
XYZ1512.616.11-
YUV102.06131.92145.79-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.20%
GREEN value IS 88 (34.77% from 255) = 27.16%
BLUE value IS 109 (42.97% from 255) = 33.64%
R=39.20%
G=27.16%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1278810900.310.140.50327.6918.1442.16
Hex7F586D01FE32148122a
Octal17713015503716625102252
Binary111111110110001101101011111111011001010100100010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F586D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,88,109); }

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

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

 a { background-color: rgb(127,88,109); }

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

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

 span { border-color: rgb(127,88,109); }

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