#796A67

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

Shades of Pharlap #796A67

Tints of Pharlap #796A67

Color information

#796A67 (or 0x796A67) is unknown color: approx Pharlap. HEX triplet: 79, 6A and 67. RGB value is (121,106,103). Sum of RGB (Red+Green+Blue) = 121+106+103=330 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.67% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 121 - color contains mainly: red. Hex color #796A67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796A67 is #869598. Grayscale: #6E6E6E. Windows color (decimal): -8820121 or 6777465. OLE color: 6777465.

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

Color convert

RGB121106103-
CMYK00.120.150.53
HSL10º8.04%43.92%-
HSV(B)10º14.88%47.45%-
XYZ15.4915.3514.98-
YUV110.14123.97135.74-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.67%
GREEN value IS 106 (41.80% from 255) = 32.12%
BLUE value IS 103 (40.62% from 255) = 31.21%
R=36.67%
G=32.12%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12110610300.120.150.53108.0443.92
Hex796A670CF35a82c
Octal1711521470141765121054
Binary11110011101010110011101100111111010110101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,106,103); }

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

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

 a { background-color: rgb(121,106,103); }

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

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

 span { border-color: rgb(121,106,103); }

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