Html Css Color HEX #776463 Pharlap

📋 copy color: '#776463'

red 119 ◦ green 100 ◦ blue 99

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

Shades of Pharlap #776463

Tints of Pharlap #776463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 31.13%

R = 37.42%
G = 31.45%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#776463 (or 0x776463) is known color: Pharlap. HEX triplet: 77, 64 and 63. RGB value is (119,100,99). Sum of RGB (Red+Green+Blue) = 119+100+99=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 100 (39.45% from 255 or 31.45% from 318); Blue value is 99 (39.06% from 255 or 31.13% from 318); Max value from RGB is 119 - color contains mainly: red. Hex color #776463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776463 is #889B9C. Grayscale: #696969. Windows color (decimal): -8952733 or 6513783. OLE color: 6513783.

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

Color convert

RGB 119 100 99 -
CMYK 0 0.16 0.17 0.53
HSL 0.09% 0.43% -
HSV(B) 0.17% 0.47% -
XYZ 14.42 13.94 13.73 -
YUV 105.57 124.29 137.58 -
System Red Green Blue C M Y K H S L
Decimal 119 100 99 0 0.16 0.17 0.53 3 0.09 0.43
Hex 77 64 63 0 10 11 35 3 9 2B
Octal 167 144 143 0 20 21 65 3 11 53
Binary 1110111 1100100 1100011 0 10000 10001 110101 11 1001 101011

Color Harmonies of #776463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776463

Black with #776463

Text Example


Text Example

White with #776463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776463; }

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

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

background-color css

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

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

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

border-color css

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

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

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