#7F5A72

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

Shades of Cosmic #7F5A72

Tints of Cosmic #7F5A72

Color information

#7F5A72 (or 0x7F5A72) is unknown color: approx Cosmic. HEX triplet: 7F, 5A and 72. RGB value is (127,90,114). Sum of RGB (Red+Green+Blue) = 127+90+114=331 (43% of max value = 765). Red value is 127 (50% from 255 or 38.37% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5A72 is #80A58D. Grayscale: #676767. Windows color (decimal): -8430990 or 7494271. OLE color: 7494271.

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

Color convert

RGB12790114-
CMYK00.290.100.50
HSL321.08º17.05%42.55%-
HSV(B)321.08º29.13%49.8%-
XYZ15.4513.0417.62-
YUV103.8133.76144.55-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.37%
GREEN value IS 90 (35.55% from 255) = 27.19%
BLUE value IS 114 (44.92% from 255) = 34.44%
R=38.37%
G=27.19%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1279011400.290.100.50321.0817.0542.55
Hex7F5A7201DA32141112b
Octal17713216203512625012153
Binary111111110110101110010011101101011001010100000110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,90,114); }

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

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

 a { background-color: rgb(127,90,114); }

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

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

 span { border-color: rgb(127,90,114); }

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