Html Css Color HEX #776B6A Pharlap

📋 copy color: '#776B6A'

red 119 ◦ green 107 ◦ blue 106

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

Shades of Pharlap #776B6A

Tints of Pharlap #776B6A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.23%

 BLUE value IS 106 (41.8% from 255) = 31.93%

R = 35.84%
G = 32.23%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#776B6A (or 0x776B6A) is known color: Pharlap. HEX triplet: 77, 6B and 6A. RGB value is (119,107,106). Sum of RGB (Red+Green+Blue) = 119+107+106=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 119 - color contains mainly: red. Hex color #776B6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776B6A is #889495. Grayscale: #6E6E6E. Windows color (decimal): -8950934 or 6974327. OLE color: 6974327.

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

Color convert

RGB 119 107 106 -
CMYK 0 0.10 0.11 0.53
HSL 4.62º 0.06% 0.44% -
HSV(B) 4.62º 0.11% 0.47% -
XYZ 15.47 15.48 15.81 -
YUV 110.47 125.48 134.08 -
System Red Green Blue C M Y K H S L
Decimal 119 107 106 0 0.10 0.11 0.53 4.62 0.06 0.44
Hex 77 6B 6A 0 A B 35 5 6 2C
Octal 167 153 152 0 12 13 65 5 6 54
Binary 1110111 1101011 1101010 0 1010 1011 110101 101 110 101100

Color Harmonies of #776B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776B6A

Black with #776B6A

Text Example


Text Example

White with #776B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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