#7F4E5E

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

Shades of Cosmic #7F4E5E

Tints of Cosmic #7F4E5E

Color information

#7F4E5E (or 0x7F4E5E) is unknown color: approx Cosmic. HEX triplet: 7F, 4E and 5E. RGB value is (127,78,94). Sum of RGB (Red+Green+Blue) = 127+78+94=299 (39% of max value = 765). Red value is 127 (50% from 255 or 42.47% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F4E5E is #80B1A1. Grayscale: #5E5E5E. Windows color (decimal): -8434082 or 6180479. OLE color: 6180479.

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

Color convert

RGB1277894-
CMYK00.390.260.50
HSL340.41º23.9%40.2%-
HSV(B)340.41º38.58%49.8%-
XYZ13.510.7711.96-
YUV94.48127.73151.2-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 42.47%
GREEN value IS 78 (30.86% from 255) = 26.09%
BLUE value IS 94 (37.11% from 255) = 31.44%
R=42.47%
G=26.09%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127789400.390.260.50340.4123.940.2
Hex7F4E5E0271A321541828
Octal17711613604732625243050
Binary11111111001110101111001001111101011001010101010011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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