#776968

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

Shades of Pharlap #776968

Tints of Pharlap #776968

Color information

#776968 (or 0x776968) is unknown color: approx Pharlap. HEX triplet: 77, 69 and 68. RGB value is (119,105,104). Sum of RGB (Red+Green+Blue) = 119+105+104=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 119 - color contains mainly: red. Hex color #776968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776968 is #889697. Grayscale: #6D6D6D. Windows color (decimal): -8951448 or 6842743. OLE color: 6842743.

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

Color convert

RGB119105104-
CMYK00.120.130.53
HSL6.73%43.73%-
HSV(B)12.61%46.67%-
XYZ15.1615.0215.2-
YUV109.07125.14135.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.28%
GREEN value IS 105 (41.41% from 255) = 32.01%
BLUE value IS 104 (41.02% from 255) = 31.71%
R=36.28%
G=32.01%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910510400.120.130.5346.7343.73
Hex7769680CD35472c
Octal16715115001415654754
Binary111011111010011101000011001101110101100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776968; }

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

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

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

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

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

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

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

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