#796865

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

Shades of Pharlap #796865

Tints of Pharlap #796865

Color information

#796865 (or 0x796865) is unknown color: approx Pharlap. HEX triplet: 79, 68 and 65. RGB value is (121,104,101). Sum of RGB (Red+Green+Blue) = 121+104+101=326 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.12% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 121 - color contains mainly: red. Hex color #796865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796865 is #86979A. Grayscale: #6C6C6C. Windows color (decimal): -8820635 or 6645881. OLE color: 6645881.

HSL color Cylindrical-coordinate representation of color #796865: hue angle of 9º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #796865 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB121104101-
CMYK00.140.170.53
HSL9.01%43.53%-
HSV(B)16.53%47.45%-
XYZ15.1814.9114.39-
YUV108.74123.63136.74-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.12%
GREEN value IS 104 (41.02% from 255) = 31.90%
BLUE value IS 101 (39.84% from 255) = 30.98%
R=37.12%
G=31.90%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12110410100.140.170.5399.0143.53
Hex7968650E1135992c
Octal1711501450162165111154
Binary111100111010001100101011101000111010110011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796865; }

 p { color: rgb(121,104,101); }

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

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

 a { background-color: rgb(121,104,101); }

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

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

 span { border-color: rgb(121,104,101); }

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