Html Css Color HEX #7A7821 Pesto

📋 copy color: '#7A7821'

red 122 ◦ green 120 ◦ blue 33

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

Shades of Pesto #7A7821

Tints of Pesto #7A7821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12%

R = 44.36%
G = 43.64%
B = 12%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.73

 K value IS 0.52

RGB Variations

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

Color information

#7A7821 (or 0x7A7821) is known color: Pesto. HEX triplet: 7A, 78 and 21. RGB value is (122,120,33). Sum of RGB (Red+Green+Blue) = 122+120+33=275 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.36% from 275); Green value is 120 (47.27% from 255 or 43.64% from 275); Blue value is 33 (13.28% from 255 or 12% from 275); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7821 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7821 is #8587DE. Grayscale: #6F6F6F. Windows color (decimal): -8751071 or 2193530. OLE color: 2193530.

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

Color convert

RGB 122 120 33 -
CMYK 0 0.02 0.73 0.52
HSL 58.65º 0.57% 0.3% -
HSV(B) 58.65º 0.73% 0.48% -
XYZ 15.02 17.68 4.06 -
YUV 110.68 84.16 136.07 -
System Red Green Blue C M Y K H S L
Decimal 122 120 33 0 0.02 0.73 0.52 58.65 0.57 0.3
Hex 7A 78 21 0 2 49 34 3B 39 1E
Octal 172 170 41 0 2 111 64 73 71 36
Binary 1111010 1111000 100001 0 10 1001001 110100 111011 111001 11110

Color Harmonies of #7A7821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7821

Black with #7A7821

Text Example


Text Example

White with #7A7821

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,120,33); }

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

background-color css

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

 a { background-color: rgb(122,120,33); }

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

border-color css

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

 span { border-color: rgb(122,120,33); }

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