#7E6561

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

Shades of Pharlap #7E6561

Tints of Pharlap #7E6561

Color information

#7E6561 (or 0x7E6561) is unknown color: approx Pharlap. HEX triplet: 7E, 65 and 61. RGB value is (126,101,97). Sum of RGB (Red+Green+Blue) = 126+101+97=324 (42% of max value = 765). Red value is 126 (49.61% from 255 or 38.89% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 97 (38.28% from 255 or 29.94% from 324); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6561 is #819A9E. Grayscale: #6C6C6C. Windows color (decimal): -8493727 or 6382974. OLE color: 6382974.

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

Color convert

RGB12610197-
CMYK00.200.230.51
HSL8.28º13%43.73%-
HSV(B)8.28º23.02%49.41%-
XYZ15.4214.6113.32-
YUV108.02121.78140.83-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.89%
GREEN value IS 101 (39.84% from 255) = 31.17%
BLUE value IS 97 (38.28% from 255) = 29.94%
R=38.89%
G=31.17%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261019700.200.230.518.281343.73
Hex7E656101417338d2c
Octal1761451410242763101554
Binary1111110110010111000010101001011111001110001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,101,97); }

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

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

 a { background-color: rgb(126,101,97); }

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

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

 span { border-color: rgb(126,101,97); }

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