Html Css Color HEX #776563 Pharlap

📋 copy color: '#776563'

red 119 ◦ green 101 ◦ blue 99

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

Shades of Pharlap #776563

Tints of Pharlap #776563

RGB

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

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

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

R = 37.3%
G = 31.66%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#776563 (or 0x776563) is known color: Pharlap. HEX triplet: 77, 65 and 63. RGB value is (119,101,99). Sum of RGB (Red+Green+Blue) = 119+101+99=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 99 (39.06% from 255 or 31.03% from 319); Max value from RGB is 119 - color contains mainly: red. Hex color #776563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776563 is #889A9C. Grayscale: #6A6A6A. Windows color (decimal): -8952477 or 6514039. OLE color: 6514039.

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

Color convert

RGB 119 101 99 -
CMYK 0 0.15 0.17 0.53
HSL 0.09% 0.43% -
HSV(B) 0.17% 0.47% -
XYZ 14.51 14.13 13.77 -
YUV 106.15 123.96 137.16 -
System Red Green Blue C M Y K H S L
Decimal 119 101 99 0 0.15 0.17 0.53 6 0.09 0.43
Hex 77 65 63 0 F 11 35 6 9 2B
Octal 167 145 143 0 17 21 65 6 11 53
Binary 1110111 1100101 1100011 0 1111 10001 110101 110 1001 101011

Color Harmonies of #776563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776563

Black with #776563

Text Example


Text Example

White with #776563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776563; }

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

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

background-color css

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

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

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

border-color css

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

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

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