#796969

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

Shades of Pharlap #796969

Tints of Pharlap #796969

Color information

#796969 (or 0x796969) is unknown color: approx Pharlap. HEX triplet: 79, 69 and 69. RGB value is (121,105,105). Sum of RGB (Red+Green+Blue) = 121+105+105=331 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.56% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 121 - color contains mainly: red. Hex color #796969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796969 is #869696. Grayscale: #6D6D6D. Windows color (decimal): -8820375 or 6908281. OLE color: 6908281.

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

Color convert

RGB121105105-
CMYK00.130.130.53
HSL7.08%44.31%-
HSV(B)13.22%47.45%-
XYZ15.4915.1915.48-
YUV109.78125.3136-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.56%
GREEN value IS 105 (41.41% from 255) = 31.72%
BLUE value IS 105 (41.41% from 255) = 31.72%
R=36.56%
G=31.72%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12110510500.130.130.5307.0844.31
Hex7969690DD35072c
Octal17115115101515650754
Binary1111001110100111010010110111011101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796969; }

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

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

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

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

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

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

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

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