#7F426D

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

Shades of Cosmic #7F426D

Tints of Cosmic #7F426D

Color information

#7F426D (or 0x7F426D) is unknown color: approx Cosmic. HEX triplet: 7F, 42 and 6D. RGB value is (127,66,109). Sum of RGB (Red+Green+Blue) = 127+66+109=302 (40% of max value = 765). Red value is 127 (50% from 255 or 42.05% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 127 - color contains mainly: red. Hex color #7F426D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F426D is #80BD92. Grayscale: #595959. Windows color (decimal): -8437139 or 7160447. OLE color: 7160447.

HSL color Cylindrical-coordinate representation of color #7F426D: hue angle of 317.7º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7F426D is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB12766109-
CMYK00.480.140.50
HSL317.7º31.61%37.84%-
HSV(B)317.7º48.03%49.8%-
XYZ13.469.5115.59-
YUV89.14139.21155-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 42.05%
GREEN value IS 66 (26.17% from 255) = 21.85%
BLUE value IS 109 (42.97% from 255) = 36.09%
R=42.05%
G=21.85%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1276610900.480.140.50317.731.6137.84
Hex7F426D030E3213e2026
Octal17710215506016624764046
Binary11111111000010110110101100001110110010100111110100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F426D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,66,109); }

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

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

 a { background-color: rgb(127,66,109); }

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

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

 span { border-color: rgb(127,66,109); }

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