#796765

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

Shades of Pharlap #796765

Tints of Pharlap #796765

Color information

#796765 (or 0x796765) is unknown color: approx Pharlap. HEX triplet: 79, 67 and 65. RGB value is (121,103,101). Sum of RGB (Red+Green+Blue) = 121+103+101=325 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.23% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 121 - color contains mainly: red. Hex color #796765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796765 is #86989A. Grayscale: #6C6C6C. Windows color (decimal): -8820891 or 6645625. OLE color: 6645625.

HSL color Cylindrical-coordinate representation of color #796765: hue angle of 6º 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 #796765 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB121103101-
CMYK00.150.170.53
HSL9.01%43.53%-
HSV(B)16.53%47.45%-
XYZ15.0814.7114.36-
YUV108.15123.96137.16-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.23%
GREEN value IS 103 (40.62% from 255) = 31.69%
BLUE value IS 101 (39.84% from 255) = 31.08%
R=37.23%
G=31.69%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12110310100.150.170.5369.0143.53
Hex7967650F1135692c
Octal171147145017216561154
Binary11110011100111110010101111100011101011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796765; }

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

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

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

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

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

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

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

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