Html Css Color HEX #7F7820 Pesto

📋 copy color: '#7F7820'

red 127 ◦ green 120 ◦ blue 32

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

Shades of Pesto #7F7820

Tints of Pesto #7F7820

RGB

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

 GREEN value IS 120 (47.27% from 255) = 43.01%

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

R = 45.52%
G = 43.01%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#7F7820 (or 0x7F7820) is known color: Pesto. HEX triplet: 7F, 78 and 20. RGB value is (127,120,32). Sum of RGB (Red+Green+Blue) = 127+120+32=279 (36% of max value = 765). Red value is 127 (50% from 255 or 45.52% from 279); Green value is 120 (47.27% from 255 or 43.01% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7820 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7820 is #8087DF. Grayscale: #707070. Windows color (decimal): -8423392 or 2127999. OLE color: 2127999.

HSL color Cylindrical-coordinate representation of color #7F7820: hue angle of 55.58º 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 #7F7820 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 120 32 -
CMYK 0 0.06 0.75 0.50
HSL 55.58º 0.6% 0.31% -
HSV(B) 55.58º 0.75% 0.5% -
XYZ 15.73 18.05 4.02 -
YUV 112.06 82.82 138.66 -
System Red Green Blue C M Y K H S L
Decimal 127 120 32 0 0.06 0.75 0.50 55.58 0.6 0.31
Hex 7F 78 20 0 6 4B 32 38 3C 1F
Octal 177 170 40 0 6 113 62 70 74 37
Binary 1111111 1111000 100000 0 110 1001011 110010 111000 111100 11111

Color Harmonies of #7F7820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7820

Black with #7F7820

Text Example


Text Example

White with #7F7820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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