#7E6B68

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

Shades of Pharlap #7E6B68

Tints of Pharlap #7E6B68

Color information

#7E6B68 (or 0x7E6B68) is unknown color: approx Pharlap. HEX triplet: 7E, 6B and 68. RGB value is (126,107,104). Sum of RGB (Red+Green+Blue) = 126+107+104=337 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.39% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6B68 is #819497. Grayscale: #707070. Windows color (decimal): -8492184 or 6843262. OLE color: 6843262.

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

Color convert

RGB126107104-
CMYK00.150.170.51
HSL8.18º9.57%45.1%-
HSV(B)8.18º17.46%49.41%-
XYZ16.3615.9515.31-
YUV112.34123.29137.74-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.39%
GREEN value IS 107 (42.19% from 255) = 31.75%
BLUE value IS 104 (41.02% from 255) = 30.86%
R=37.39%
G=31.75%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12610710400.150.170.518.189.5745.1
Hex7E6B680F11338a2d
Octal1761531500172163101255
Binary111111011010111101000011111000111001110001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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