#796664

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

Shades of Pharlap #796664

Tints of Pharlap #796664

Color information

#796664 (or 0x796664) is unknown color: approx Pharlap. HEX triplet: 79, 66 and 64. RGB value is (121,102,100). Sum of RGB (Red+Green+Blue) = 121+102+100=323 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.46% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 121 - color contains mainly: red. Hex color #796664 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796664 is #86999B. Grayscale: #6B6B6B. Windows color (decimal): -8821148 or 6579833. OLE color: 6579833.

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

Color convert

RGB121102100-
CMYK00.160.170.53
HSL5.71º9.5%43.33%-
HSV(B)5.71º17.36%47.45%-
XYZ14.9414.4914.07-
YUV107.45123.79137.66-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.46%
GREEN value IS 102 (40.23% from 255) = 31.58%
BLUE value IS 100 (39.45% from 255) = 30.96%
R=37.46%
G=31.58%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12110210000.160.170.535.719.543.33
Hex79666401011356a2b
Octal171146144020216561253
Binary111100111001101100100010000100011101011101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796664; }

 p { color: rgb(121,102,100); }

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

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

 a { background-color: rgb(121,102,100); }

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

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

 span { border-color: rgb(121,102,100); }

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