Html Css Color HEX #776867 Pharlap

📋 copy color: '#776867'

red 119 ◦ green 104 ◦ blue 103

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

Shades of Pharlap #776867

Tints of Pharlap #776867

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.9%

 BLUE value IS 103 (40.63% from 255) = 31.6%

R = 36.5%
G = 31.9%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#776867 (or 0x776867) is known color: Pharlap. HEX triplet: 77, 68 and 67. RGB value is (119,104,103). Sum of RGB (Red+Green+Blue) = 119+104+103=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 103 (40.62% from 255 or 31.60% from 326); Max value from RGB is 119 - color contains mainly: red. Hex color #776867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776867 is #889798. Grayscale: #6C6C6C. Windows color (decimal): -8951705 or 6776951. OLE color: 6776951.

HSL color Cylindrical-coordinate representation of color #776867: hue angle of 3.75º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #776867 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 104 103 -
CMYK 0 0.13 0.13 0.53
HSL 3.75º 0.07% 0.44% -
HSV(B) 3.75º 0.13% 0.47% -
XYZ 15.01 14.8 14.9 -
YUV 108.37 124.97 135.58 -
System Red Green Blue C M Y K H S L
Decimal 119 104 103 0 0.13 0.13 0.53 3.75 0.07 0.44
Hex 77 68 67 0 D D 35 4 7 2C
Octal 167 150 147 0 15 15 65 4 7 54
Binary 1110111 1101000 1100111 0 1101 1101 110101 100 111 101100

Color Harmonies of #776867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776867

Black with #776867

Text Example


Text Example

White with #776867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776867; }

 p { color: rgb(119,104,103); }

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

background-color css

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

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

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

border-color css

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

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

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