Html Css Color HEX #7A7225 Pesto

📋 copy color: '#7A7225'

red 122 ◦ green 114 ◦ blue 37

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

Shades of Pesto #7A7225

Tints of Pesto #7A7225

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.76%

 BLUE value IS 37 (14.84% from 255) = 13.55%

R = 44.69%
G = 41.76%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.70

 K value IS 0.52

RGB Variations

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

Color information

#7A7225 (or 0x7A7225) is known color: Pesto. HEX triplet: 7A, 72 and 25. RGB value is (122,114,37). Sum of RGB (Red+Green+Blue) = 122+114+37=273 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.69% from 273); Green value is 114 (44.92% from 255 or 41.76% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7225 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7225 is #858DDA. Grayscale: #6B6B6B. Windows color (decimal): -8752603 or 2454138. OLE color: 2454138.

HSL color Cylindrical-coordinate representation of color #7A7225: hue angle of 54.35º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7A7225 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 114 37 -
CMYK 0 0.07 0.70 0.52
HSL 54.35º 0.53% 0.31% -
HSV(B) 54.35º 0.7% 0.48% -
XYZ 14.38 16.31 4.14 -
YUV 107.61 88.15 138.26 -
System Red Green Blue C M Y K H S L
Decimal 122 114 37 0 0.07 0.70 0.52 54.35 0.53 0.31
Hex 7A 72 25 0 7 46 34 36 35 1F
Octal 172 162 45 0 7 106 64 66 65 37
Binary 1111010 1110010 100101 0 111 1000110 110100 110110 110101 11111

Color Harmonies of #7A7225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7225

Black with #7A7225

Text Example


Text Example

White with #7A7225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,114,37); }

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

background-color css

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

 a { background-color: rgb(122,114,37); }

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

border-color css

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

 span { border-color: rgb(122,114,37); }

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