Html Css Color HEX #776F6D Pharlap

📋 copy color: '#776F6D'

red 119 ◦ green 111 ◦ blue 109

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

Shades of Pharlap #776F6D

Tints of Pharlap #776F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.15%

R = 35.1%
G = 32.74%
B = 32.15%

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

#776F6D (or 0x776F6D) is known color: Pharlap. HEX triplet: 77, 6F and 6D. RGB value is (119,111,109). Sum of RGB (Red+Green+Blue) = 119+111+109=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 119 - color contains mainly: red. Hex color #776F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776F6D is #889092. Grayscale: #717171. Windows color (decimal): -8949907 or 7171959. OLE color: 7171959.

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

Color convert

RGB 119 111 109 -
CMYK 0 0.07 0.08 0.53
HSL 12º 0.04% 0.45% -
HSV(B) 12º 0.08% 0.47% -
XYZ 16.05 16.39 16.79 -
YUV 113.16 125.65 132.16 -
System Red Green Blue C M Y K H S L
Decimal 119 111 109 0 0.07 0.08 0.53 12 0.04 0.45
Hex 77 6F 6D 0 7 8 35 C 4 2D
Octal 167 157 155 0 7 10 65 14 4 55
Binary 1110111 1101111 1101101 0 111 1000 110101 1100 100 101101

Color Harmonies of #776F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776F6D

Black with #776F6D

Text Example


Text Example

White with #776F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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