#7E6662

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

Shades of Pharlap #7E6662

Tints of Pharlap #7E6662

Color information

#7E6662 (or 0x7E6662) is unknown color: approx Pharlap. HEX triplet: 7E, 66 and 62. RGB value is (126,102,98). Sum of RGB (Red+Green+Blue) = 126+102+98=326 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.65% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6662 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6662 is #81999D. Grayscale: #6C6C6C. Windows color (decimal): -8493470 or 6448766. OLE color: 6448766.

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

Color convert

RGB12610298-
CMYK00.190.220.51
HSL8.57º12.5%43.92%-
HSV(B)8.57º22.22%49.41%-
XYZ15.5614.8213.6-
YUV108.72121.95140.33-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.65%
GREEN value IS 102 (40.23% from 255) = 31.29%
BLUE value IS 98 (38.67% from 255) = 30.06%
R=38.65%
G=31.29%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261029800.190.220.518.5712.543.92
Hex7E666201316339c2c
Octal1761461420232663111454
Binary1111110110011011000100100111011011001110011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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