#796B69

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

Shades of Pharlap #796B69

Tints of Pharlap #796B69

Color information

#796B69 (or 0x796B69) is unknown color: approx Pharlap. HEX triplet: 79, 6B and 69. RGB value is (121,107,105). Sum of RGB (Red+Green+Blue) = 121+107+105=333 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.34% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 121 - color contains mainly: red. Hex color #796B69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796B69 is #869496. Grayscale: #6E6E6E. Windows color (decimal): -8819863 or 6908793. OLE color: 6908793.

HSL color Cylindrical-coordinate representation of color #796B69: hue angle of 7.5º 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 #796B69 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB121107105-
CMYK00.120.130.53
HSL7.5º7.08%44.31%-
HSV(B)7.5º13.22%47.45%-
XYZ15.6915.615.55-
YUV110.96124.64135.16-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.34%
GREEN value IS 107 (42.19% from 255) = 32.13%
BLUE value IS 105 (41.41% from 255) = 31.53%
R=36.34%
G=32.13%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12110710500.120.130.537.57.0844.31
Hex796B690CD35872c
Octal171153151014156510754
Binary1111001110101111010010110011011101011000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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