#7E5666

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

Shades of Cosmic #7E5666

Tints of Cosmic #7E5666

Color information

#7E5666 (or 0x7E5666) is unknown color: approx Cosmic. HEX triplet: 7E, 56 and 66. RGB value is (126,86,102). Sum of RGB (Red+Green+Blue) = 126+86+102=314 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.13% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 102 (40.23% from 255 or 32.48% from 314); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5666 is #81A999. Grayscale: #636363. Windows color (decimal): -8497562 or 6706814. OLE color: 6706814.

HSL color Cylindrical-coordinate representation of color #7E5666: hue angle of 336º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7E5666 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.51.

Color convert

RGB12686102-
CMYK00.320.190.51
HSL336º18.87%41.57%-
HSV(B)336º31.75%49.41%-
XYZ14.3312.0514.14-
YUV99.78129.25146.7-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40.13%
GREEN value IS 86 (33.98% from 255) = 27.39%
BLUE value IS 102 (40.23% from 255) = 32.48%
R=40.13%
G=27.39%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1268610200.320.190.5133618.8741.57
Hex7E56660201333150132a
Octal17612614604023635202352
Binary11111101010110110011001000001001111001110101000010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,86,102); }

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

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

 a { background-color: rgb(126,86,102); }

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

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

 span { border-color: rgb(126,86,102); }

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