#776f27

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

Shades of Pesto #776F27

Tints of Pesto #776F27

Color information

#776F27 (or 0x776F27) is unknown color: approx Pesto. HEX triplet: 77, 6F and 27. RGB value is (119,111,39). Sum of RGB (Red+Green+Blue) = 119+111+39=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 111 (43.75% from 255 or 41.26% from 269); Blue value is 39 (15.62% from 255 or 14.50% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #776F27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776F27 is #8890D8. Grayscale: #696969. Windows color (decimal): -8949977 or 2584439. OLE color: 2584439.

HSL color Cylindrical-coordinate representation of color #776F27: hue angle of 54º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #776F27 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB11911139-
CMYK00.070.670.53
HSL54º50.63%30.98%-
HSV(B)54º67.23%46.67%-
XYZ13.6615.444.18-
YUV105.1890.65137.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.24%
GREEN value IS 111 (43.75% from 255) = 41.26%
BLUE value IS 39 (15.62% from 255) = 14.50%
R=44.24%
G=41.26%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191113900.070.670.535450.6330.98
Hex776F2707433536331f
Octal167157470710365666337
Binary111011111011111001110111100001111010111011011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776f27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,111,39); }

 H1.HeaderClassName
 {
   color: #776f27;
 }
 .AnyTagClassName
 {
   color: #776f27;
 }
</style>
background-color css

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

 a { background-color: rgb(119,111,39); }

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

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

 span { border-color: rgb(119,111,39); }

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