#7F5970

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

Shades of Cosmic #7F5970

Tints of Cosmic #7F5970

Color information

#7F5970 (or 0x7F5970) is unknown color: approx Cosmic. HEX triplet: 7F, 59 and 70. RGB value is (127,89,112). Sum of RGB (Red+Green+Blue) = 127+89+112=328 (43% of max value = 765). Red value is 127 (50% from 255 or 38.72% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5970 is #80A68F. Grayscale: #666666. Windows color (decimal): -8431248 or 7362943. OLE color: 7362943.

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

Color convert

RGB12789112-
CMYK00.300.120.50
HSL323.68º17.59%42.35%-
HSV(B)323.68º29.92%49.8%-
XYZ15.2512.8317-
YUV102.98133.09145.13-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.72%
GREEN value IS 89 (35.16% from 255) = 27.13%
BLUE value IS 112 (44.14% from 255) = 34.15%
R=38.72%
G=27.13%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1278911200.300.120.50323.6817.5942.35
Hex7F597001EC32144122a
Octal17713116003614625042252
Binary111111110110011110000011110110011001010100010010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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