#79716F

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

Shades of Pharlap #79716F

Tints of Pharlap #79716F

Color information

#79716F (or 0x79716F) is unknown color: approx Pharlap. HEX triplet: 79, 71 and 6F. RGB value is (121,113,111). Sum of RGB (Red+Green+Blue) = 121+113+111=345 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.07% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 121 - color contains mainly: red. Hex color #79716F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79716F is #868E90. Grayscale: #737373. Windows color (decimal): -8818321 or 7303545. OLE color: 7303545.

HSL color Cylindrical-coordinate representation of color #79716F: hue angle of 12º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #79716F is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB121113111-
CMYK00.070.080.53
HSL12º4.31%45.49%-
HSV(B)12º8.26%47.45%-
XYZ16.6617.0217.45-
YUV115.16125.65132.16-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.07%
GREEN value IS 113 (44.53% from 255) = 32.75%
BLUE value IS 111 (43.75% from 255) = 32.17%
R=35.07%
G=32.75%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12111311100.070.080.53124.3145.49
Hex79716F07835c42d
Octal17116115707106514455
Binary111100111100011101111011110001101011100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79716F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79716F; }

 p { color: rgb(121,113,111); }

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

<style>
 a { background-color: #79716F; }

 a { background-color: rgb(121,113,111); }

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

<style>
 span { border-color: #79716F; }

 span { border-color: rgb(121,113,111); }

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