Html Css Color HEX #7F771F Pesto

📋 copy color: '#7F771F'

red 127 ◦ green 119 ◦ blue 31

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

Shades of Pesto #7F771F

Tints of Pesto #7F771F

RGB

 RED value IS 127 (50% from 255) = 45.85%

 GREEN value IS 119 (46.88% from 255) = 42.96%

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

R = 45.85%
G = 42.96%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.76

 K value IS 0.50

RGB Variations

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

Color information

#7F771F (or 0x7F771F) is known color: Pesto. HEX triplet: 7F, 77 and 1F. RGB value is (127,119,31). Sum of RGB (Red+Green+Blue) = 127+119+31=277 (36% of max value = 765). Red value is 127 (50% from 255 or 45.85% from 277); Green value is 119 (46.88% from 255 or 42.96% from 277); Blue value is 31 (12.5% from 255 or 11.19% from 277); Max value from RGB is 127 - color contains mainly: red. Hex color #7F771F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F771F is #8088E0. Grayscale: #6F6F6F. Windows color (decimal): -8423649 or 2062207. OLE color: 2062207.

HSL color Cylindrical-coordinate representation of color #7F771F: hue angle of 55º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7F771F is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 119 31 -
CMYK 0 0.06 0.76 0.50
HSL 55º 0.61% 0.31% -
HSV(B) 55º 0.76% 0.5% -
XYZ 15.6 17.8 3.91 -
YUV 111.36 82.65 139.16 -
System Red Green Blue C M Y K H S L
Decimal 127 119 31 0 0.06 0.76 0.50 55 0.61 0.31
Hex 7F 77 1F 0 6 4C 32 37 3D 1F
Octal 177 167 37 0 6 114 62 67 75 37
Binary 1111111 1110111 11111 0 110 1001100 110010 110111 111101 11111

Color Harmonies of #7F771F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F771F

Black with #7F771F

Text Example


Text Example

White with #7F771F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F771F; }

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

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

background-color css

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

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

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

border-color css

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

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

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