Html Css Color HEX #7B7420 Pesto

📋 copy color: '#7B7420'

red 123 ◦ green 116 ◦ blue 32

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

Shades of Pesto #7B7420

Tints of Pesto #7B7420

RGB

 RED value IS 123 (48.44% from 255) = 45.39%

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

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

R = 45.39%
G = 42.8%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.52

RGB Variations

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

Color information

#7B7420 (or 0x7B7420) is known color: Pesto. HEX triplet: 7B, 74 and 20. RGB value is (123,116,32). Sum of RGB (Red+Green+Blue) = 123+116+32=271 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.39% from 271); Green value is 116 (45.70% from 255 or 42.80% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7420 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B7420 is #848BDF. Grayscale: #6C6C6C. Windows color (decimal): -8686560 or 2126971. OLE color: 2126971.

HSL color Cylindrical-coordinate representation of color #7B7420: hue angle of 55.38º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7B7420 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 116 32 -
CMYK 0 0.06 0.74 0.52
HSL 55.38º 0.59% 0.3% -
HSV(B) 55.38º 0.74% 0.48% -
XYZ 14.67 16.81 3.84 -
YUV 108.52 84.82 138.33 -
System Red Green Blue C M Y K H S L
Decimal 123 116 32 0 0.06 0.74 0.52 55.38 0.59 0.3
Hex 7B 74 20 0 6 4A 34 37 3B 1E
Octal 173 164 40 0 6 112 64 67 73 36
Binary 1111011 1110100 100000 0 110 1001010 110100 110111 111011 11110

Color Harmonies of #7B7420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7420

Black with #7B7420

Text Example


Text Example

White with #7B7420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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