Html Css Color HEX #7F7420 Pesto

📋 copy color: '#7F7420'

red 127 ◦ green 116 ◦ blue 32

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

Shades of Pesto #7F7420

Tints of Pesto #7F7420

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.18%

 BLUE value IS 32 (12.89% from 255) = 11.64%

R = 46.18%
G = 42.18%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#7F7420 (or 0x7F7420) is known color: Pesto. HEX triplet: 7F, 74 and 20. RGB value is (127,116,32). Sum of RGB (Red+Green+Blue) = 127+116+32=275 (36% of max value = 765). Red value is 127 (50% from 255 or 46.18% from 275); Green value is 116 (45.70% from 255 or 42.18% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7420 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7420 is #808BDF. Grayscale: #6E6E6E. Windows color (decimal): -8424416 or 2126975. OLE color: 2126975.

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

Color convert

RGB 127 116 32 -
CMYK 0 0.09 0.75 0.50
HSL 53.05º 0.6% 0.31% -
HSV(B) 53.05º 0.75% 0.5% -
XYZ 15.26 17.11 3.86 -
YUV 109.71 84.14 140.33 -
System Red Green Blue C M Y K H S L
Decimal 127 116 32 0 0.09 0.75 0.50 53.05 0.6 0.31
Hex 7F 74 20 0 9 4B 32 35 3C 1F
Octal 177 164 40 0 11 113 62 65 74 37
Binary 1111111 1110100 100000 0 1001 1001011 110010 110101 111100 11111

Color Harmonies of #7F7420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7420

Black with #7F7420

Text Example


Text Example

White with #7F7420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,116,32); }

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

background-color css

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

 a { background-color: rgb(127,116,32); }

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

border-color css

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

 span { border-color: rgb(127,116,32); }

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