#7F3E60

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

Shades of Cosmic #7F3E60

Tints of Cosmic #7F3E60

Color information

#7F3E60 (or 0x7F3E60) is unknown color: approx Cosmic. HEX triplet: 7F, 3E and 60. RGB value is (127,62,96). Sum of RGB (Red+Green+Blue) = 127+62+96=285 (37% of max value = 765). Red value is 127 (50% from 255 or 44.56% from 285); Green value is 62 (24.61% from 255 or 21.75% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3E60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3E60 is #80C19F. Grayscale: #555555. Windows color (decimal): -8438176 or 6307455. OLE color: 6307455.

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

Color convert

RGB1276296-
CMYK00.510.240.50
HSL328.62º34.39%37.06%-
HSV(B)328.62º51.18%49.8%-
XYZ12.598.812.1-
YUV85.31134.03157.74-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 44.56%
GREEN value IS 62 (24.61% from 255) = 21.75%
BLUE value IS 96 (37.89% from 255) = 33.68%
R=44.56%
G=21.75%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127629600.510.240.50328.6234.3937.06
Hex7F3E6003318321492225
Octal1777614006330625114245
Binary11111111111101100000011001111000110010101001001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,62,96); }

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

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

 a { background-color: rgb(127,62,96); }

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

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

 span { border-color: rgb(127,62,96); }

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