#796C69

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

Shades of Pharlap #796C69

Tints of Pharlap #796C69

Color information

#796C69 (or 0x796C69) is unknown color: approx Pharlap. HEX triplet: 79, 6C and 69. RGB value is (121,108,105). Sum of RGB (Red+Green+Blue) = 121+108+105=334 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.23% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 121 - color contains mainly: red. Hex color #796C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796C69 is #869396. Grayscale: #6F6F6F. Windows color (decimal): -8819607 or 6909049. OLE color: 6909049.

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

Color convert

RGB121108105-
CMYK00.110.130.53
HSL11.25º7.08%44.31%-
HSV(B)11.25º13.22%47.45%-
XYZ15.815.8115.58-
YUV111.54124.31134.74-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.23%
GREEN value IS 108 (42.58% from 255) = 32.34%
BLUE value IS 105 (41.41% from 255) = 31.44%
R=36.23%
G=32.34%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12110810500.110.130.5311.257.0844.31
Hex796C690BD35b72c
Octal171154151013156513754
Binary1111001110110011010010101111011101011011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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