#7F495E

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

Shades of Cosmic #7F495E

Tints of Cosmic #7F495E

Color information

#7F495E (or 0x7F495E) is unknown color: approx Cosmic. HEX triplet: 7F, 49 and 5E. RGB value is (127,73,94). Sum of RGB (Red+Green+Blue) = 127+73+94=294 (38% of max value = 765). Red value is 127 (50% from 255 or 43.20% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 127 - color contains mainly: red. Hex color #7F495E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F495E is #80B6A1. Grayscale: #5B5B5B. Windows color (decimal): -8435362 or 6179199. OLE color: 6179199.

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

Color convert

RGB1277394-
CMYK00.430.260.50
HSL336.67º27%39.22%-
HSV(B)336.67º42.52%49.8%-
XYZ13.1610.0911.84-
YUV91.54129.39153.29-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 43.20%
GREEN value IS 73 (28.91% from 255) = 24.83%
BLUE value IS 94 (37.11% from 255) = 31.97%
R=43.20%
G=24.83%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.26
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127739400.430.260.50336.672739.22
Hex7F495E02B1A321511b27
Octal17711113605332625213347
Binary11111111001001101111001010111101011001010101000111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F495E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,73,94); }

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

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

 a { background-color: rgb(127,73,94); }

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

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

 span { border-color: rgb(127,73,94); }

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