#796867

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

Shades of Pharlap #796867

Tints of Pharlap #796867

Color information

#796867 (or 0x796867) is unknown color: approx Pharlap. HEX triplet: 79, 68 and 67. RGB value is (121,104,103). Sum of RGB (Red+Green+Blue) = 121+104+103=328 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.89% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 121 - color contains mainly: red. Hex color #796867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796867 is #869798. Grayscale: #6C6C6C. Windows color (decimal): -8820633 or 6776953. OLE color: 6776953.

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

Color convert

RGB121104103-
CMYK00.140.150.53
HSL3.33º8.04%43.92%-
HSV(B)3.33º14.88%47.45%-
XYZ15.2814.9414.91-
YUV108.97124.63136.58-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.89%
GREEN value IS 104 (41.02% from 255) = 31.71%
BLUE value IS 103 (40.62% from 255) = 31.40%
R=36.89%
G=31.71%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12110410300.140.150.533.338.0443.92
Hex7968670EF35382c
Octal171150147016176531054
Binary111100111010001100111011101111110101111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796867; }

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

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

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

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

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

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

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

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