#7F3766

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

Shades of Cosmic #7F3766

Tints of Cosmic #7F3766

Color information

#7F3766 (or 0x7F3766) is unknown color: approx Cosmic. HEX triplet: 7F, 37 and 66. RGB value is (127,55,102). Sum of RGB (Red+Green+Blue) = 127+55+102=284 (37% of max value = 765). Red value is 127 (50% from 255 or 44.72% from 284); Green value is 55 (21.88% from 255 or 19.37% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3766 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3766 is #80C899. Grayscale: #515151. Windows color (decimal): -8439962 or 6698879. OLE color: 6698879.

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

Color convert

RGB12755102-
CMYK00.570.200.50
HSL320.83º39.56%35.69%-
HSV(B)320.83º56.69%49.8%-
XYZ12.528.213.49-
YUV81.89139.35160.18-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 44.72%
GREEN value IS 55 (21.88% from 255) = 19.37%
BLUE value IS 102 (40.23% from 255) = 35.92%
R=44.72%
G=19.37%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1275510200.570.200.50320.8339.5635.69
Hex7F376603914321412824
Octal1776714607124625015044
Binary11111111101111100110011100110100110010101000001101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,55,102); }

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

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

 a { background-color: rgb(127,55,102); }

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

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

 span { border-color: rgb(127,55,102); }

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