#796D6C

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

Shades of Pharlap #796D6C

Tints of Pharlap #796D6C

Color information

#796D6C (or 0x796D6C) is unknown color: approx Pharlap. HEX triplet: 79, 6D and 6C. RGB value is (121,109,108). Sum of RGB (Red+Green+Blue) = 121+109+108=338 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.80% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 121 - color contains mainly: red. Hex color #796D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796D6C is #869293. Grayscale: #707070. Windows color (decimal): -8819348 or 7105913. OLE color: 7105913.

HSL color Cylindrical-coordinate representation of color #796D6C: hue angle of 4.62º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #796D6C is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB121109108-
CMYK00.100.110.53
HSL4.62º5.68%44.9%-
HSV(B)4.62º10.74%47.45%-
XYZ16.0616.0816.45-
YUV112.47125.48134.08-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.80%
GREEN value IS 109 (42.97% from 255) = 32.25%
BLUE value IS 108 (42.58% from 255) = 31.95%
R=35.80%
G=32.25%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12110910800.100.110.534.625.6844.9
Hex796D6C0AB35562d
Octal17115515401213655655
Binary111100111011011101100010101011110101101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796D6C; }

 p { color: rgb(121,109,108); }

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

<style>
 a { background-color: #796D6C; }

 a { background-color: rgb(121,109,108); }

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

<style>
 span { border-color: #796D6C; }

 span { border-color: rgb(121,109,108); }

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