Html Css Color HEX #776564 Pharlap

📋 copy color: '#776564'

red 119 ◦ green 101 ◦ blue 100

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

Shades of Pharlap #776564

Tints of Pharlap #776564

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.56%

 BLUE value IS 100 (39.45% from 255) = 31.25%

R = 37.19%
G = 31.56%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#776564 (or 0x776564) is known color: Pharlap. HEX triplet: 77, 65 and 64. RGB value is (119,101,100). Sum of RGB (Red+Green+Blue) = 119+101+100=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 100 (39.45% from 255 or 31.25% from 320); Max value from RGB is 119 - color contains mainly: red. Hex color #776564 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776564 is #889A9B. Grayscale: #6A6A6A. Windows color (decimal): -8952476 or 6579575. OLE color: 6579575.

HSL color Cylindrical-coordinate representation of color #776564: hue angle of 3.16º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #776564 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 101 100 -
CMYK 0 0.15 0.16 0.53
HSL 3.16º 0.09% 0.43% -
HSV(B) 3.16º 0.16% 0.47% -
XYZ 14.56 14.15 14.02 -
YUV 106.27 124.46 137.08 -
System Red Green Blue C M Y K H S L
Decimal 119 101 100 0 0.15 0.16 0.53 3.16 0.09 0.43
Hex 77 65 64 0 F 10 35 3 9 2B
Octal 167 145 144 0 17 20 65 3 11 53
Binary 1110111 1100101 1100100 0 1111 10000 110101 11 1001 101011

Color Harmonies of #776564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776564

Black with #776564

Text Example


Text Example

White with #776564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776564; }

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

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

background-color css

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

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

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

border-color css

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

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

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