Html Css Color HEX #7A772A Pesto

📋 copy color: '#7A772A'

red 122 ◦ green 119 ◦ blue 42

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

Shades of Pesto #7A772A

Tints of Pesto #7A772A

RGB

 RED value IS 122 (48.05% from 255) = 43.11%

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

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

R = 43.11%
G = 42.05%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.66

 K value IS 0.52

RGB Variations

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

Color information

#7A772A (or 0x7A772A) is known color: Pesto. HEX triplet: 7A, 77 and 2A. RGB value is (122,119,42). Sum of RGB (Red+Green+Blue) = 122+119+42=283 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.11% from 283); Green value is 119 (46.88% from 255 or 42.05% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 122 - color contains mainly: red. Hex color #7A772A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A772A is #8588D5. Grayscale: #6F6F6F. Windows color (decimal): -8751318 or 2783098. OLE color: 2783098.

HSL color Cylindrical-coordinate representation of color #7A772A: hue angle of 57.75º 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 #7A772A is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 119 42 -
CMYK 0 0.02 0.66 0.52
HSL 57.75º 0.49% 0.32% -
HSV(B) 57.75º 0.66% 0.48% -
XYZ 15.04 17.5 4.78 -
YUV 111.12 88.99 135.76 -
System Red Green Blue C M Y K H S L
Decimal 122 119 42 0 0.02 0.66 0.52 57.75 0.49 0.32
Hex 7A 77 2A 0 2 42 34 3A 31 20
Octal 172 167 52 0 2 102 64 72 61 40
Binary 1111010 1110111 101010 0 10 1000010 110100 111010 110001 100000

Color Harmonies of #7A772A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A772A

Black with #7A772A

Text Example


Text Example

White with #7A772A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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