Html Css Color HEX #776462 Pharlap

📋 copy color: '#776462'

red 119 ◦ green 100 ◦ blue 98

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

Shades of Pharlap #776462

Tints of Pharlap #776462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.91%

R = 37.54%
G = 31.55%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#776462 (or 0x776462) is known color: Pharlap. HEX triplet: 77, 64 and 62. RGB value is (119,100,98). Sum of RGB (Red+Green+Blue) = 119+100+98=317 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.54% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 98 (38.67% from 255 or 30.91% from 317); Max value from RGB is 119 - color contains mainly: red. Hex color #776462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776462 is #889B9D. Grayscale: #696969. Windows color (decimal): -8952734 or 6448247. OLE color: 6448247.

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

Color convert

RGB 119 100 98 -
CMYK 0 0.16 0.18 0.53
HSL 5.71º 0.1% 0.43% -
HSV(B) 5.71º 0.18% 0.47% -
XYZ 14.37 13.92 13.48 -
YUV 105.45 123.79 137.66 -
System Red Green Blue C M Y K H S L
Decimal 119 100 98 0 0.16 0.18 0.53 5.71 0.1 0.43
Hex 77 64 62 0 10 12 35 6 A 2B
Octal 167 144 142 0 20 22 65 6 12 53
Binary 1110111 1100100 1100010 0 10000 10010 110101 110 1010 101011

Color Harmonies of #776462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776462

Black with #776462

Text Example


Text Example

White with #776462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776462; }

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

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

background-color css

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

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

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

border-color css

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

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

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