Html Css Color HEX #776461 Pharlap

📋 copy color: '#776461'

red 119 ◦ green 100 ◦ blue 97

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

Shades of Pharlap #776461

Tints of Pharlap #776461

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.65%

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

R = 37.66%
G = 31.65%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#776461 (or 0x776461) is known color: Pharlap. HEX triplet: 77, 64 and 61. RGB value is (119,100,97). Sum of RGB (Red+Green+Blue) = 119+100+97=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 97 (38.28% from 255 or 30.70% from 316); Max value from RGB is 119 - color contains mainly: red. Hex color #776461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776461 is #889B9E. Grayscale: #696969. Windows color (decimal): -8952735 or 6382711. OLE color: 6382711.

HSL color Cylindrical-coordinate representation of color #776461: hue angle of 8.18º 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 #776461 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 100 97 -
CMYK 0 0.16 0.18 0.53
HSL 8.18º 0.1% 0.42% -
HSV(B) 8.18º 0.18% 0.47% -
XYZ 14.32 13.9 13.24 -
YUV 105.34 123.29 137.74 -
System Red Green Blue C M Y K H S L
Decimal 119 100 97 0 0.16 0.18 0.53 8.18 0.1 0.42
Hex 77 64 61 0 10 12 35 8 A 2A
Octal 167 144 141 0 20 22 65 10 12 52
Binary 1110111 1100100 1100001 0 10000 10010 110101 1000 1010 101010

Color Harmonies of #776461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776461

Black with #776461

Text Example


Text Example

White with #776461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776461; }

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

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

background-color css

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

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

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

border-color css

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

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

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