#7f5570

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

Shades of Cosmic #7F5570

Tints of Cosmic #7F5570

Color information

#7F5570 (or 0x7F5570) is unknown color: approx Cosmic. HEX triplet: 7F, 55 and 70. RGB value is (127,85,112). Sum of RGB (Red+Green+Blue) = 127+85+112=324 (42% of max value = 765). Red value is 127 (50% from 255 or 39.20% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5570 is #80AA8F. Grayscale: #646464. Windows color (decimal): -8432272 or 7361919. OLE color: 7361919.

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

Color convert

RGB12785112-
CMYK00.330.120.50
HSL321.43º19.81%41.57%-
HSV(B)321.43º33.07%49.8%-
XYZ14.9312.1816.89-
YUV100.64134.41146.8-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.20%
GREEN value IS 85 (33.59% from 255) = 26.23%
BLUE value IS 112 (44.14% from 255) = 34.57%
R=39.20%
G=26.23%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1278511200.330.120.50321.4319.8141.57
Hex7F5570021C32141142a
Octal17712516004114625012452
Binary1111111101010111100000100001110011001010100000110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f5570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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