Html Css Color HEX #776E27 Pesto

📋 copy color: '#776E27'

red 119 ◦ green 110 ◦ blue 39

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

Shades of Pesto #776E27

Tints of Pesto #776E27

RGB

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

 GREEN value IS 110 (43.36% from 255) = 41.04%

 BLUE value IS 39 (15.63% from 255) = 14.55%

R = 44.4%
G = 41.04%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#776E27 (or 0x776E27) is known color: Pesto. HEX triplet: 77, 6E and 27. RGB value is (119,110,39). Sum of RGB (Red+Green+Blue) = 119+110+39=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 110 (43.36% from 255 or 41.04% from 268); Blue value is 39 (15.62% from 255 or 14.55% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #776E27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776E27 is #8891D8. Grayscale: #686868. Windows color (decimal): -8950233 or 2584183. OLE color: 2584183.

HSL color Cylindrical-coordinate representation of color #776E27: hue angle of 53.25º 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 #776E27 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 110 39 -
CMYK 0 0.08 0.67 0.53
HSL 53.25º 0.51% 0.31% -
HSV(B) 53.25º 0.67% 0.47% -
XYZ 13.55 15.22 4.14 -
YUV 104.6 90.98 138.27 -
System Red Green Blue C M Y K H S L
Decimal 119 110 39 0 0.08 0.67 0.53 53.25 0.51 0.31
Hex 77 6E 27 0 8 43 35 35 33 1F
Octal 167 156 47 0 10 103 65 65 63 37
Binary 1110111 1101110 100111 0 1000 1000011 110101 110101 110011 11111

Color Harmonies of #776E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776E27

Black with #776E27

Text Example


Text Example

White with #776E27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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