#776867

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

Shades of Pharlap #776867

Tints of Pharlap #776867

Color information

#776867 (or 0x776867) is unknown color: approx Pharlap. HEX triplet: 77, 68 and 67. RGB value is (119,104,103). Sum of RGB (Red+Green+Blue) = 119+104+103=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 103 (40.62% from 255 or 31.60% from 326); Max value from RGB is 119 - color contains mainly: red. Hex color #776867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776867 is #889798. Grayscale: #6C6C6C. Windows color (decimal): -8951705 or 6776951. OLE color: 6776951.

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

Color convert

RGB119104103-
CMYK00.130.130.53
HSL3.75º7.21%43.53%-
HSV(B)3.75º13.45%46.67%-
XYZ15.0114.814.9-
YUV108.37124.97135.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.50%
GREEN value IS 104 (41.02% from 255) = 31.90%
BLUE value IS 103 (40.62% from 255) = 31.60%
R=36.50%
G=31.90%
B=31.60%

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
Decimal11910410300.130.130.533.757.2143.53
Hex7768670DD35472c
Octal16715014701515654754
Binary111011111010001100111011011101110101100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776867; }

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

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

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

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

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

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

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

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