Html Css Color HEX #776926 Pesto

📋 copy color: '#776926'

red 119 ◦ green 105 ◦ blue 38

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

Shades of Pesto #776926

Tints of Pesto #776926

RGB

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

 GREEN value IS 105 (41.41% from 255) = 40.08%

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

R = 45.42%
G = 40.08%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.53

RGB Variations

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

Color information

#776926 (or 0x776926) is known color: Pesto. HEX triplet: 77, 69 and 26. RGB value is (119,105,38). Sum of RGB (Red+Green+Blue) = 119+105+38=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 105 (41.41% from 255 or 40.08% from 262); Blue value is 38 (15.23% from 255 or 14.50% from 262); Max value from RGB is 119 - color contains mainly: red. Hex color #776926 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776926 is #8896D9. Grayscale: #656565. Windows color (decimal): -8951514 or 2517367. OLE color: 2517367.

HSL color Cylindrical-coordinate representation of color #776926: hue angle of 49.63º 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 #776926 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 105 38 -
CMYK 0 0.12 0.68 0.53
HSL 49.63º 0.52% 0.31% -
HSV(B) 49.63º 0.68% 0.47% -
XYZ 13.01 14.17 3.88 -
YUV 101.55 92.14 140.45 -
System Red Green Blue C M Y K H S L
Decimal 119 105 38 0 0.12 0.68 0.53 49.63 0.52 0.31
Hex 77 69 26 0 C 44 35 32 34 1F
Octal 167 151 46 0 14 104 65 62 64 37
Binary 1110111 1101001 100110 0 1100 1000100 110101 110010 110100 11111

Color Harmonies of #776926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776926

Black with #776926

Text Example


Text Example

White with #776926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776926; }

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

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

background-color css

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

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

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

border-color css

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

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

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