#7F5262

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

Shades of Cosmic #7F5262

Tints of Cosmic #7F5262

Color information

#7F5262 (or 0x7F5262) is unknown color: approx Cosmic. HEX triplet: 7F, 52 and 62. RGB value is (127,82,98). Sum of RGB (Red+Green+Blue) = 127+82+98=307 (40% of max value = 765). Red value is 127 (50% from 255 or 41.37% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5262 is #80AD9D. Grayscale: #616161. Windows color (decimal): -8433054 or 6443647. OLE color: 6443647.

HSL color Cylindrical-coordinate representation of color #7F5262: hue angle of 338.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 #7F5262 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB1278298-
CMYK00.350.230.50
HSL338.67º21.53%40.98%-
HSV(B)338.67º35.43%49.8%-
XYZ13.9711.4313.02-
YUV97.28128.41149.2-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 41.37%
GREEN value IS 82 (32.42% from 255) = 26.71%
BLUE value IS 98 (38.67% from 255) = 31.92%
R=41.37%
G=26.71%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127829800.350.230.50338.6721.5340.98
Hex7F526202317321531629
Octal17712214204327625232651
Binary11111111010010110001001000111011111001010101001110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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