Html Css Color HEX #7A7419 Pesto

📋 copy color: '#7A7419'

red 122 ◦ green 116 ◦ blue 25

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

Shades of Pesto #7A7419

Tints of Pesto #7A7419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.51%

R = 46.39%
G = 44.11%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0.52

RGB Variations

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

Color information

#7A7419 (or 0x7A7419) is known color: Pesto. HEX triplet: 7A, 74 and 19. RGB value is (122,116,25). Sum of RGB (Red+Green+Blue) = 122+116+25=263 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.39% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 25 (10.16% from 255 or 9.51% from 263); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7419 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A7419 is #858BE6. Grayscale: #6B6B6B. Windows color (decimal): -8752103 or 1668218. OLE color: 1668218.

HSL color Cylindrical-coordinate representation of color #7A7419: hue angle of 56.29º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A7419 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 116 25 -
CMYK 0 0.05 0.80 0.52
HSL 56.29º 0.66% 0.29% -
HSV(B) 56.29º 0.8% 0.48% -
XYZ 14.45 16.7 3.38 -
YUV 107.42 81.49 138.4 -
System Red Green Blue C M Y K H S L
Decimal 122 116 25 0 0.05 0.80 0.52 56.29 0.66 0.29
Hex 7A 74 19 0 5 50 34 38 42 1D
Octal 172 164 31 0 5 120 64 70 102 35
Binary 1111010 1110100 11001 0 101 1010000 110100 111000 1000010 11101

Color Harmonies of #7A7419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7419

Black with #7A7419

Text Example


Text Example

White with #7A7419

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,116,25); }

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

background-color css

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

 a { background-color: rgb(122,116,25); }

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

border-color css

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

 span { border-color: rgb(122,116,25); }

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