#77706E

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

Shades of Pharlap #77706E

Tints of Pharlap #77706E

Color information

#77706E (or 0x77706E) is unknown color: approx Pharlap. HEX triplet: 77, 70 and 6E. RGB value is (119,112,110). Sum of RGB (Red+Green+Blue) = 119+112+110=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 119 - color contains mainly: red. Hex color #77706E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77706E is #888F91. Grayscale: #717171. Windows color (decimal): -8949650 or 7237751. OLE color: 7237751.

HSL color Cylindrical-coordinate representation of color #77706E: hue angle of 13.33º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #77706E is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB119112110-
CMYK00.060.080.53
HSL13.33º3.93%44.9%-
HSV(B)13.33º7.56%46.67%-
XYZ16.2216.6417.11-
YUV113.86125.82131.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.90%
GREEN value IS 112 (44.14% from 255) = 32.84%
BLUE value IS 110 (43.36% from 255) = 32.26%
R=34.90%
G=32.84%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911211000.060.080.5313.333.9344.9
Hex77706E06835d42d
Octal16716015606106515455
Binary111011111100001101110011010001101011101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77706E; }

 p { color: rgb(119,112,110); }

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

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

 a { background-color: rgb(119,112,110); }

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

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

 span { border-color: rgb(119,112,110); }

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