#796663

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

Shades of Pharlap #796663

Tints of Pharlap #796663

Color information

#796663 (or 0x796663) is unknown color: approx Pharlap. HEX triplet: 79, 66 and 63. RGB value is (121,102,99). Sum of RGB (Red+Green+Blue) = 121+102+99=322 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.58% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 99 (39.06% from 255 or 30.75% from 322); Max value from RGB is 121 - color contains mainly: red. Hex color #796663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796663 is #86999C. Grayscale: #6B6B6B. Windows color (decimal): -8821149 or 6514297. OLE color: 6514297.

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

Color convert

RGB12110299-
CMYK00.160.180.53
HSL8.18º10%43.14%-
HSV(B)8.18º18.18%47.45%-
XYZ14.8914.4713.81-
YUV107.34123.29137.74-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.58%
GREEN value IS 102 (40.23% from 255) = 31.68%
BLUE value IS 99 (39.06% from 255) = 30.75%
R=37.58%
G=31.68%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211029900.160.180.538.181043.14
Hex79666301012358a2b
Octal1711461430202265101253
Binary1111001110011011000110100001001011010110001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796663; }

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

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

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

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

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

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

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

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