Html Css Color HEX #776C26 Pesto

📋 copy color: '#776C26'

red 119 ◦ green 108 ◦ blue 38

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

Shades of Pesto #776C26

Tints of Pesto #776C26

RGB

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

 GREEN value IS 108 (42.58% from 255) = 40.75%

 BLUE value IS 38 (15.23% from 255) = 14.34%

R = 44.91%
G = 40.75%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.53

RGB Variations

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

Color information

#776C26 (or 0x776C26) is known color: Pesto. HEX triplet: 77, 6C and 26. RGB value is (119,108,38). Sum of RGB (Red+Green+Blue) = 119+108+38=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 108 (42.58% from 255 or 40.75% from 265); Blue value is 38 (15.23% from 255 or 14.34% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #776C26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776C26 is #8893D9. Grayscale: #676767. Windows color (decimal): -8950746 or 2518135. OLE color: 2518135.

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

Color convert

RGB 119 108 38 -
CMYK 0 0.09 0.68 0.53
HSL 51.85º 0.52% 0.31% -
HSV(B) 51.85º 0.68% 0.47% -
XYZ 13.32 14.79 3.99 -
YUV 103.31 91.14 139.19 -
System Red Green Blue C M Y K H S L
Decimal 119 108 38 0 0.09 0.68 0.53 51.85 0.52 0.31
Hex 77 6C 26 0 9 44 35 34 34 1F
Octal 167 154 46 0 11 104 65 64 64 37
Binary 1110111 1101100 100110 0 1001 1000100 110101 110100 110100 11111

Color Harmonies of #776C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776C26

Black with #776C26

Text Example


Text Example

White with #776C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,108,38); }

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

background-color css

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

 a { background-color: rgb(119,108,38); }

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

border-color css

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

 span { border-color: rgb(119,108,38); }

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