Html Css Color HEX #776A1F Pesto

📋 copy color: '#776A1F'

red 119 ◦ green 106 ◦ blue 31

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

Shades of Pesto #776A1F

Tints of Pesto #776A1F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 41.41%

 BLUE value IS 31 (12.5% from 255) = 12.11%

R = 46.48%
G = 41.41%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#776A1F (or 0x776A1F) is known color: Pesto. HEX triplet: 77, 6A and 1F. RGB value is (119,106,31). Sum of RGB (Red+Green+Blue) = 119+106+31=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 106 (41.80% from 255 or 41.41% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #776A1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776A1F is #8895E0. Grayscale: #656565. Windows color (decimal): -8951265 or 2058871. OLE color: 2058871.

HSL color Cylindrical-coordinate representation of color #776A1F: hue angle of 51.14º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #776A1F is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 106 31 -
CMYK 0 0.11 0.74 0.53
HSL 51.14º 0.59% 0.29% -
HSV(B) 51.14º 0.74% 0.47% -
XYZ 13.01 14.33 3.38 -
YUV 101.34 88.31 140.6 -
System Red Green Blue C M Y K H S L
Decimal 119 106 31 0 0.11 0.74 0.53 51.14 0.59 0.29
Hex 77 6A 1F 0 B 4A 35 33 3B 1D
Octal 167 152 37 0 13 112 65 63 73 35
Binary 1110111 1101010 11111 0 1011 1001010 110101 110011 111011 11101

Color Harmonies of #776A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776A1F

Black with #776A1F

Text Example


Text Example

White with #776A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,106,31); }

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

background-color css

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

 a { background-color: rgb(119,106,31); }

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

border-color css

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

 span { border-color: rgb(119,106,31); }

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