#7F456E

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

Shades of Cosmic #7F456E

Tints of Cosmic #7F456E

Color information

#7F456E (or 0x7F456E) is unknown color: approx Cosmic. HEX triplet: 7F, 45 and 6E. RGB value is (127,69,110). Sum of RGB (Red+Green+Blue) = 127+69+110=306 (40% of max value = 765). Red value is 127 (50% from 255 or 41.50% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 127 - color contains mainly: red. Hex color #7F456E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F456E is #80BA91. Grayscale: #5A5A5A. Windows color (decimal): -8436370 or 7226751. OLE color: 7226751.

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

Color convert

RGB12769110-
CMYK00.460.130.50
HSL317.59º29.59%38.43%-
HSV(B)317.59º45.67%49.8%-
XYZ13.699.8915.94-
YUV91.02138.72153.67-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 41.50%
GREEN value IS 69 (27.34% from 255) = 22.55%
BLUE value IS 110 (43.36% from 255) = 35.95%
R=41.50%
G=22.55%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1276911000.460.130.50317.5929.5938.43
Hex7F456E02ED3213e1e26
Octal17710515605615624763646
Binary1111111100010111011100101110110111001010011111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F456E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,69,110); }

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

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

 a { background-color: rgb(127,69,110); }

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

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

 span { border-color: rgb(127,69,110); }

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