Html Css Color HEX #776764 Pharlap

📋 copy color: '#776764'

red 119 ◦ green 103 ◦ blue 100

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

Shades of Pharlap #776764

Tints of Pharlap #776764

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.99%

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

R = 36.96%
G = 31.99%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#776764 (or 0x776764) is known color: Pharlap. HEX triplet: 77, 67 and 64. RGB value is (119,103,100). Sum of RGB (Red+Green+Blue) = 119+103+100=322 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.96% from 322); Green value is 103 (40.62% from 255 or 31.99% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 119 - color contains mainly: red. Hex color #776764 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776764 is #88989B. Grayscale: #6B6B6B. Windows color (decimal): -8951964 or 6580087. OLE color: 6580087.

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

Color convert

RGB 119 103 100 -
CMYK 0 0.13 0.16 0.53
HSL 9.47º 0.09% 0.43% -
HSV(B) 9.47º 0.16% 0.47% -
XYZ 14.76 14.54 14.09 -
YUV 107.44 123.8 136.24 -
System Red Green Blue C M Y K H S L
Decimal 119 103 100 0 0.13 0.16 0.53 9.47 0.09 0.43
Hex 77 67 64 0 D 10 35 9 9 2B
Octal 167 147 144 0 15 20 65 11 11 53
Binary 1110111 1100111 1100100 0 1101 10000 110101 1001 1001 101011

Color Harmonies of #776764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776764

Black with #776764

Text Example


Text Example

White with #776764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776764; }

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

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

background-color css

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

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

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

border-color css

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

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

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