#796F6D

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

Shades of Pharlap #796F6D

Tints of Pharlap #796F6D

Color information

#796F6D (or 0x796F6D) is unknown color: approx Pharlap. HEX triplet: 79, 6F and 6D. RGB value is (121,111,109). Sum of RGB (Red+Green+Blue) = 121+111+109=341 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.48% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 121 - color contains mainly: red. Hex color #796F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796F6D is #869092. Grayscale: #717171. Windows color (decimal): -8818835 or 7171961. OLE color: 7171961.

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

Color convert

RGB121111109-
CMYK00.080.100.53
HSL10º5.22%45.1%-
HSV(B)10º9.92%47.45%-
XYZ16.3316.5416.8-
YUV113.76125.31133.16-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.48%
GREEN value IS 111 (43.75% from 255) = 32.55%
BLUE value IS 109 (42.97% from 255) = 31.96%
R=35.48%
G=32.55%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12111110900.080.100.53105.2245.1
Hex796F6D08A35a52d
Octal171157155010126512555
Binary1111001110111111011010100010101101011010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,111,109); }

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

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

 a { background-color: rgb(121,111,109); }

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

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

 span { border-color: rgb(121,111,109); }

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