#776B51

Color #776B51 Peat (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peat #776B51

Tints of Peat #776B51

Color information

#776B51 (or 0x776B51) is unknown color: approx 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

RGB11910781-
CMYK00.100.320.53
HSL41.05º19%39.22%-
HSV(B)41.05º31.93%46.67%-
XYZ14.3515.039.93-
YUV107.62112.98136.11-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191078100.100.320.5341.051939.22
Hex776B510A2035291327
Octal1671531210124065512347
Binary1110111110101110100010101010000011010110100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>