Html Css Color HEX #7B772A Pesto

📋 copy color: '#7B772A'

red 123 ◦ green 119 ◦ blue 42

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

Shades of Pesto #7B772A

Tints of Pesto #7B772A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.79%

R = 43.31%
G = 41.9%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.52

RGB Variations

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

Color information

#7B772A (or 0x7B772A) is known color: Pesto. HEX triplet: 7B, 77 and 2A. RGB value is (123,119,42). Sum of RGB (Red+Green+Blue) = 123+119+42=284 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.31% from 284); Green value is 119 (46.88% from 255 or 41.90% from 284); Blue value is 42 (16.80% from 255 or 14.79% from 284); Max value from RGB is 123 - color contains mainly: red. Hex color #7B772A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B772A is #8488D5. Grayscale: #6F6F6F. Windows color (decimal): -8685782 or 2783099. OLE color: 2783099.

HSL color Cylindrical-coordinate representation of color #7B772A: hue angle of 57.04º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7B772A is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 119 42 -
CMYK 0 0.03 0.66 0.52
HSL 57.04º 0.49% 0.32% -
HSV(B) 57.04º 0.66% 0.48% -
XYZ 15.18 17.57 4.78 -
YUV 111.42 88.83 136.26 -
System Red Green Blue C M Y K H S L
Decimal 123 119 42 0 0.03 0.66 0.52 57.04 0.49 0.32
Hex 7B 77 2A 0 3 42 34 39 31 20
Octal 173 167 52 0 3 102 64 71 61 40
Binary 1111011 1110111 101010 0 11 1000010 110100 111001 110001 100000

Color Harmonies of #7B772A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B772A

Black with #7B772A

Text Example


Text Example

White with #7B772A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,119,42); }

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

background-color css

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

 a { background-color: rgb(123,119,42); }

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

border-color css

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

 span { border-color: rgb(123,119,42); }

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