#7F395E

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

Shades of Cosmic #7F395E

Tints of Cosmic #7F395E

Color information

#7F395E (or 0x7F395E) is unknown color: approx Cosmic. HEX triplet: 7F, 39 and 5E. RGB value is (127,57,94). Sum of RGB (Red+Green+Blue) = 127+57+94=278 (36% of max value = 765). Red value is 127 (50% from 255 or 45.68% from 278); Green value is 57 (22.66% from 255 or 20.50% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 127 - color contains mainly: red. Hex color #7F395E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F395E is #80C6A1. Grayscale: #525252. Windows color (decimal): -8439458 or 6175103. OLE color: 6175103.

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

Color convert

RGB1275794-
CMYK00.550.260.50
HSL328.29º38.04%36.08%-
HSV(B)328.29º55.12%49.8%-
XYZ12.248.2511.54-
YUV82.15134.69159.99-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 45.68%
GREEN value IS 57 (22.66% from 255) = 20.50%
BLUE value IS 94 (37.11% from 255) = 33.81%
R=45.68%
G=20.50%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.26
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127579400.550.260.50328.2938.0436.08
Hex7F395E0371A321482624
Octal1777113606732625104644
Binary11111111110011011110011011111010110010101001000100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F395E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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