Html Css Color HEX #77706E Pharlap

📋 copy color: '#77706E'

red 119 ◦ green 112 ◦ blue 110

#77706E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pharlap #77706E

Tints of Pharlap #77706E

RGB

 RED value IS 119 (46.88% from 255) = 34.9%

 GREEN value IS 112 (44.14% from 255) = 32.84%

 BLUE value IS 110 (43.36% from 255) = 32.26%

R = 34.9%
G = 32.84%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#77706E (or 0x77706E) is known color: 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

RGB 119 112 110 -
CMYK 0 0.06 0.08 0.53
HSL 13.33º 0.04% 0.45% -
HSV(B) 13.33º 0.08% 0.47% -
XYZ 16.22 16.64 17.11 -
YUV 113.87 125.82 131.66 -
System Red Green Blue C M Y K H S L
Decimal 119 112 110 0 0.06 0.08 0.53 13.33 0.04 0.45
Hex 77 70 6E 0 6 8 35 D 4 2D
Octal 167 160 156 0 6 10 65 15 4 55
Binary 1110111 1110000 1101110 0 110 1000 110101 1101 100 101101

Color Harmonies of #77706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77706E

Black with #77706E

Text Example


Text Example

White with #77706E

Text Example


Text Example

HTML Codes & Css Web 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>