Html Css Color HEX #776464 Pharlap

📋 copy color: '#776464'

red 119 ◦ green 100 ◦ blue 100

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

Shades of Pharlap #776464

Tints of Pharlap #776464

RGB

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

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

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

R = 37.3%
G = 31.35%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#776464 (or 0x776464) is known color: Pharlap. HEX triplet: 77, 64 and 64. RGB value is (119,100,100). Sum of RGB (Red+Green+Blue) = 119+100+100=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 100 (39.45% from 255 or 31.35% from 319); Blue value is 100 (39.45% from 255 or 31.35% from 319); Max value from RGB is 119 - color contains mainly: red. Hex color #776464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776464 is #889B9B. Grayscale: #696969. Windows color (decimal): -8952732 or 6579319. OLE color: 6579319.

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

Color convert

RGB 119 100 100 -
CMYK 0 0.16 0.16 0.53
HSL 0.09% 0.43% -
HSV(B) 0.16% 0.47% -
XYZ 14.47 13.96 13.99 -
YUV 105.68 124.79 137.5 -
System Red Green Blue C M Y K H S L
Decimal 119 100 100 0 0.16 0.16 0.53 0 0.09 0.43
Hex 77 64 64 0 10 10 35 0 9 2B
Octal 167 144 144 0 20 20 65 0 11 53
Binary 1110111 1100100 1100100 0 10000 10000 110101 0 1001 101011

Color Harmonies of #776464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776464

Black with #776464

Text Example


Text Example

White with #776464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776464; }

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

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

background-color css

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

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

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

border-color css

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

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

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