Html Css Color HEX #776261 Pharlap

📋 copy color: '#776261'

red 119 ◦ green 98 ◦ blue 97

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

Shades of Pharlap #776261

Tints of Pharlap #776261

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.21%

 BLUE value IS 97 (38.28% from 255) = 30.89%

R = 37.9%
G = 31.21%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#776261 (or 0x776261) is known color: Pharlap. HEX triplet: 77, 62 and 61. RGB value is (119,98,97). Sum of RGB (Red+Green+Blue) = 119+98+97=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 97 (38.28% from 255 or 30.89% from 314); Max value from RGB is 119 - color contains mainly: red. Hex color #776261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776261 is #889D9E. Grayscale: #686868. Windows color (decimal): -8953247 or 6382199. OLE color: 6382199.

HSL color Cylindrical-coordinate representation of color #776261: hue angle of 2.73º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #776261 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 98 97 -
CMYK 0 0.18 0.18 0.53
HSL 2.73º 0.1% 0.42% -
HSV(B) 2.73º 0.18% 0.47% -
XYZ 14.13 13.52 13.17 -
YUV 104.17 123.96 138.58 -
System Red Green Blue C M Y K H S L
Decimal 119 98 97 0 0.18 0.18 0.53 2.73 0.1 0.42
Hex 77 62 61 0 12 12 35 3 A 2A
Octal 167 142 141 0 22 22 65 3 12 52
Binary 1110111 1100010 1100001 0 10010 10010 110101 11 1010 101010

Color Harmonies of #776261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776261

Black with #776261

Text Example


Text Example

White with #776261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776261; }

 p { color: rgb(119,98,97); }

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

background-color css

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

 a { background-color: rgb(119,98,97); }

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

border-color css

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

 span { border-color: rgb(119,98,97); }

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