Html Css Color HEX #776A67 Pharlap

📋 copy color: '#776A67'

red 119 ◦ green 106 ◦ blue 103

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

Shades of Pharlap #776A67

Tints of Pharlap #776A67

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.32%

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

R = 36.28%
G = 32.32%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#776A67 (or 0x776A67) is known color: Pharlap. HEX triplet: 77, 6A and 67. RGB value is (119,106,103). Sum of RGB (Red+Green+Blue) = 119+106+103=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 119 - color contains mainly: red. Hex color #776A67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776A67 is #889598. Grayscale: #6D6D6D. Windows color (decimal): -8951193 or 6777463. OLE color: 6777463.

HSL color Cylindrical-coordinate representation of color #776A67: hue angle of 11.25º 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 #776A67 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 106 103 -
CMYK 0 0.11 0.13 0.53
HSL 11.25º 0.07% 0.44% -
HSV(B) 11.25º 0.13% 0.47% -
XYZ 15.21 15.21 14.97 -
YUV 109.55 124.31 134.74 -
System Red Green Blue C M Y K H S L
Decimal 119 106 103 0 0.11 0.13 0.53 11.25 0.07 0.44
Hex 77 6A 67 0 B D 35 B 7 2C
Octal 167 152 147 0 13 15 65 13 7 54
Binary 1110111 1101010 1100111 0 1011 1101 110101 1011 111 101100

Color Harmonies of #776A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776A67

Black with #776A67

Text Example


Text Example

White with #776A67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776A67; }

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

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

background-color css

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

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

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

border-color css

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

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

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