Html Css Color HEX #776B69 Pharlap

📋 copy color: '#776B69'

red 119 ◦ green 107 ◦ blue 105

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

Shades of Pharlap #776B69

Tints of Pharlap #776B69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.72%

R = 35.95%
G = 32.33%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#776B69 (or 0x776B69) is known color: Pharlap. HEX triplet: 77, 6B and 69. RGB value is (119,107,105). Sum of RGB (Red+Green+Blue) = 119+107+105=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 119 - color contains mainly: red. Hex color #776B69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776B69 is #889496. Grayscale: #6E6E6E. Windows color (decimal): -8950935 or 6908791. OLE color: 6908791.

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

Color convert

RGB 119 107 105 -
CMYK 0 0.10 0.12 0.53
HSL 8.57º 0.06% 0.44% -
HSV(B) 8.57º 0.12% 0.47% -
XYZ 15.42 15.46 15.54 -
YUV 110.36 124.98 134.16 -
System Red Green Blue C M Y K H S L
Decimal 119 107 105 0 0.10 0.12 0.53 8.57 0.06 0.44
Hex 77 6B 69 0 A C 35 9 6 2C
Octal 167 153 151 0 12 14 65 11 6 54
Binary 1110111 1101011 1101001 0 1010 1100 110101 1001 110 101100

Color Harmonies of #776B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776B69

Black with #776B69

Text Example


Text Example

White with #776B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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