Html Css Color HEX #776F6E Pharlap

📋 copy color: '#776F6E'

red 119 ◦ green 111 ◦ blue 110

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

Shades of Pharlap #776F6E

Tints of Pharlap #776F6E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.65%

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

R = 35%
G = 32.65%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#776F6E (or 0x776F6E) is known color: Pharlap. HEX triplet: 77, 6F and 6E. RGB value is (119,111,110). Sum of RGB (Red+Green+Blue) = 119+111+110=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 111 (43.75% from 255 or 32.65% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 119 - color contains mainly: red. Hex color #776F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776F6E is #889091. Grayscale: #717171. Windows color (decimal): -8949906 or 7237495. OLE color: 7237495.

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

Color convert

RGB 119 111 110 -
CMYK 0 0.07 0.08 0.53
HSL 6.67º 0.04% 0.45% -
HSV(B) 6.67º 0.08% 0.47% -
XYZ 16.11 16.42 17.07 -
YUV 113.28 126.15 132.08 -
System Red Green Blue C M Y K H S L
Decimal 119 111 110 0 0.07 0.08 0.53 6.67 0.04 0.45
Hex 77 6F 6E 0 7 8 35 7 4 2D
Octal 167 157 156 0 7 10 65 7 4 55
Binary 1110111 1101111 1101110 0 111 1000 110101 111 100 101101

Color Harmonies of #776F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776F6E

Black with #776F6E

Text Example


Text Example

White with #776F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776F6E; }

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

 H1.HeaderClassName
 {
   color: #776F6E;
 }
 .AnyTagClassName
 {
   color: #776F6E;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #776F6E;
 }
 .BgClassName
 {
   background-color: #776F6E;
 }
</style>

border-color css

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

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

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