#776967

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

Shades of Pharlap #776967

Tints of Pharlap #776967

Color information

#776967 (or 0x776967) is unknown color: approx Pharlap. HEX triplet: 77, 69 and 67. RGB value is (119,105,103). Sum of RGB (Red+Green+Blue) = 119+105+103=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 103 (40.62% from 255 or 31.50% from 327); Max value from RGB is 119 - color contains mainly: red. Hex color #776967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776967 is #889698. Grayscale: #6C6C6C. Windows color (decimal): -8951449 or 6777207. OLE color: 6777207.

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

Color convert

RGB119105103-
CMYK00.120.130.53
HSL7.5º7.21%43.53%-
HSV(B)7.5º13.45%46.67%-
XYZ15.111514.93-
YUV108.96124.64135.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.39%
GREEN value IS 105 (41.41% from 255) = 32.11%
BLUE value IS 103 (40.62% from 255) = 31.50%
R=36.39%
G=32.11%
B=31.50%

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
Decimal11910510300.120.130.537.57.2143.53
Hex7769670CD35872c
Octal167151147014156510754
Binary1110111110100111001110110011011101011000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776967; }

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

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

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

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

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

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

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

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