Html Css Color HEX #776260 Pharlap

📋 copy color: '#776260'

red 119 ◦ green 98 ◦ blue 96

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

Shades of Pharlap #776260

Tints of Pharlap #776260

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.31%

 BLUE value IS 96 (37.89% from 255) = 30.67%

R = 38.02%
G = 31.31%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#776260 (or 0x776260) is known color: Pharlap. HEX triplet: 77, 62 and 60. RGB value is (119,98,96). Sum of RGB (Red+Green+Blue) = 119+98+96=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 119 - color contains mainly: red. Hex color #776260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776260 is #889D9F. Grayscale: #686868. Windows color (decimal): -8953248 or 6316663. OLE color: 6316663.

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

Color convert

RGB 119 98 96 -
CMYK 0 0.18 0.19 0.53
HSL 5.22º 0.11% 0.42% -
HSV(B) 5.22º 0.19% 0.47% -
XYZ 14.09 13.5 12.93 -
YUV 104.05 123.46 138.66 -
System Red Green Blue C M Y K H S L
Decimal 119 98 96 0 0.18 0.19 0.53 5.22 0.11 0.42
Hex 77 62 60 0 12 13 35 5 B 2A
Octal 167 142 140 0 22 23 65 5 13 52
Binary 1110111 1100010 1100000 0 10010 10011 110101 101 1011 101010

Color Harmonies of #776260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776260

Black with #776260

Text Example


Text Example

White with #776260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776260; }

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

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

background-color css

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

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

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

border-color css

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

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

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