#7F3862

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

Shades of Cosmic #7F3862

Tints of Cosmic #7F3862

Color information

#7F3862 (or 0x7F3862) is unknown color: approx Cosmic. HEX triplet: 7F, 38 and 62. RGB value is (127,56,98). Sum of RGB (Red+Green+Blue) = 127+56+98=281 (37% of max value = 765). Red value is 127 (50% from 255 or 45.20% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3862 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3862 is #80C79D. Grayscale: #515151. Windows color (decimal): -8439710 or 6436991. OLE color: 6436991.

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

Color convert

RGB1275698-
CMYK00.560.230.50
HSL324.51º38.8%35.88%-
HSV(B)324.51º55.91%49.8%-
XYZ12.378.2212.49-
YUV82.02137.02160.08-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 45.20%
GREEN value IS 56 (22.27% from 255) = 19.93%
BLUE value IS 98 (38.67% from 255) = 34.88%
R=45.20%
G=19.93%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127569800.560.230.50324.5138.835.88
Hex7F386203817321452724
Octal1777014207027625054744
Binary11111111110001100010011100010111110010101000101100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,56,98); }

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

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

 a { background-color: rgb(127,56,98); }

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

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

 span { border-color: rgb(127,56,98); }

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