#796968

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

Shades of Pharlap #796968

Tints of Pharlap #796968

Color information

#796968 (or 0x796968) is unknown color: approx Pharlap. HEX triplet: 79, 69 and 68. RGB value is (121,105,104). Sum of RGB (Red+Green+Blue) = 121+105+104=330 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.67% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 121 - color contains mainly: red. Hex color #796968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796968 is #869697. Grayscale: #6D6D6D. Windows color (decimal): -8820376 or 6842745. OLE color: 6842745.

HSL color Cylindrical-coordinate representation of color #796968: hue angle of 3.53º 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 #796968 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB121105104-
CMYK00.130.140.53
HSL3.53º7.56%44.12%-
HSV(B)3.53º14.05%47.45%-
XYZ15.4415.1715.21-
YUV109.67124.8136.08-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.67%
GREEN value IS 105 (41.41% from 255) = 31.82%
BLUE value IS 104 (41.02% from 255) = 31.52%
R=36.67%
G=31.82%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12110510400.130.140.533.537.5644.12
Hex7969680DE35482c
Octal171151150015166541054
Binary1111001110100111010000110111101101011001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796968; }

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

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

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

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

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

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

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

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