#796A68

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

Shades of Pharlap #796A68

Tints of Pharlap #796A68

Color information

#796A68 (or 0x796A68) is unknown color: approx Pharlap. HEX triplet: 79, 6A and 68. RGB value is (121,106,104). Sum of RGB (Red+Green+Blue) = 121+106+104=331 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.56% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 121 - color contains mainly: red. Hex color #796A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796A68 is #869597. Grayscale: #6E6E6E. Windows color (decimal): -8820120 or 6843001. OLE color: 6843001.

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

Color convert

RGB121106104-
CMYK00.120.140.53
HSL7.06º7.56%44.12%-
HSV(B)7.06º14.05%47.45%-
XYZ15.5415.3715.24-
YUV110.26124.47135.66-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.56%
GREEN value IS 106 (41.80% from 255) = 32.02%
BLUE value IS 104 (41.02% from 255) = 31.42%
R=36.56%
G=32.02%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12110610400.120.140.537.067.5644.12
Hex796A680CE35782c
Octal171152150014166571054
Binary1111001110101011010000110011101101011111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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