#7F5265

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

Shades of Cosmic #7F5265

Tints of Cosmic #7F5265

Color information

#7F5265 (or 0x7F5265) is unknown color: approx Cosmic. HEX triplet: 7F, 52 and 65. RGB value is (127,82,101). Sum of RGB (Red+Green+Blue) = 127+82+101=310 (41% of max value = 765). Red value is 127 (50% from 255 or 40.97% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5265 is #80AD9A. Grayscale: #616161. Windows color (decimal): -8433051 or 6640255. OLE color: 6640255.

HSL color Cylindrical-coordinate representation of color #7F5265: hue angle of 334.67º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7F5265 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB12782101-
CMYK00.350.200.50
HSL334.67º21.53%40.98%-
HSV(B)334.67º35.43%49.8%-
XYZ14.1211.4913.78-
YUV97.62129.91148.96-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 40.97%
GREEN value IS 82 (32.42% from 255) = 26.45%
BLUE value IS 101 (39.84% from 255) = 32.58%
R=40.97%
G=26.45%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1278210100.350.200.50334.6721.5340.98
Hex7F5265023143214f1629
Octal17712214504324625172651
Binary11111111010010110010101000111010011001010100111110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,82,101); }

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

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

 a { background-color: rgb(127,82,101); }

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

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

 span { border-color: rgb(127,82,101); }

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