#7D716D

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

Shades of Pharlap #7D716D

Tints of Pharlap #7D716D

Color information

#7D716D (or 0x7D716D) is unknown color: approx Pharlap. HEX triplet: 7D, 71 and 6D. RGB value is (125,113,109). Sum of RGB (Red+Green+Blue) = 125+113+109=347 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.02% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 125 - color contains mainly: red. Hex color #7D716D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D716D is #828E92. Grayscale: #747474. Windows color (decimal): -8556179 or 7172477. OLE color: 7172477.

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

Color convert

RGB125113109-
CMYK00.100.130.51
HSL15º6.84%45.88%-
HSV(B)15º12.8%49.02%-
XYZ17.1217.2716.9-
YUV116.13123.98134.33-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.02%
GREEN value IS 113 (44.53% from 255) = 32.56%
BLUE value IS 109 (42.97% from 255) = 31.41%
R=36.02%
G=32.56%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12511310900.100.130.51156.8445.88
Hex7D716D0AD33f72e
Octal175161155012156317756
Binary1111101111000111011010101011011100111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D716D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,113,109); }

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

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

 a { background-color: rgb(125,113,109); }

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

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

 span { border-color: rgb(125,113,109); }

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