Html Css Color HEX #776B51 Peat

📋 copy color: '#776B51'

red 119 ◦ green 107 ◦ blue 81

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

Shades of Peat #776B51

Tints of Peat #776B51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 26.38%

R = 38.76%
G = 34.85%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#776B51 (or 0x776B51) is known color: Peat. HEX triplet: 77, 6B and 51. RGB value is (119,107,81). Sum of RGB (Red+Green+Blue) = 119+107+81=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 107 (42.19% from 255 or 34.85% from 307); Blue value is 81 (32.03% from 255 or 26.38% from 307); Max value from RGB is 119 - color contains mainly: red. Hex color #776B51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776B51 is #8894AE. Grayscale: #6B6B6B. Windows color (decimal): -8950959 or 5335927. OLE color: 5335927.

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

Color convert

RGB 119 107 81 -
CMYK 0 0.10 0.32 0.53
HSL 41.05º 0.19% 0.39% -
HSV(B) 41.05º 0.32% 0.47% -
XYZ 14.35 15.03 9.93 -
YUV 107.62 112.98 136.11 -
System Red Green Blue C M Y K H S L
Decimal 119 107 81 0 0.10 0.32 0.53 41.05 0.19 0.39
Hex 77 6B 51 0 A 20 35 29 13 27
Octal 167 153 121 0 12 40 65 51 23 47
Binary 1110111 1101011 1010001 0 1010 100000 110101 101001 10011 100111

Color Harmonies of #776B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776B51

Black with #776B51

Text Example


Text Example

White with #776B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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