#7E6867

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

Shades of Pharlap #7E6867

Tints of Pharlap #7E6867

Color information

#7E6867 (or 0x7E6867) is unknown color: approx Pharlap. HEX triplet: 7E, 68 and 67. RGB value is (126,104,103). Sum of RGB (Red+Green+Blue) = 126+104+103=333 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.84% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 103 (40.62% from 255 or 30.93% from 333); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6867 is #819798. Grayscale: #6E6E6E. Windows color (decimal): -8492953 or 6776958. OLE color: 6776958.

HSL color Cylindrical-coordinate representation of color #7E6867: hue angle of 2.61º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7E6867 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.51.

Color convert

RGB126104103-
CMYK00.170.180.51
HSL2.61º10.04%44.9%-
HSV(B)2.61º18.25%49.41%-
XYZ1615.3214.94-
YUV110.46123.79139.08-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.84%
GREEN value IS 104 (41.02% from 255) = 31.23%
BLUE value IS 103 (40.62% from 255) = 30.93%
R=37.84%
G=31.23%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12610410300.170.180.512.6110.0444.9
Hex7E686701112333a2d
Octal176150147021226331255
Binary11111101101000110011101000110010110011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,104,103); }

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

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

 a { background-color: rgb(126,104,103); }

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

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

 span { border-color: rgb(126,104,103); }

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