Html Css Color HEX #7A741C Pesto

📋 copy color: '#7A741C'

red 122 ◦ green 116 ◦ blue 28

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

Shades of Pesto #7A741C

Tints of Pesto #7A741C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.53%

R = 45.86%
G = 43.61%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.77

 K value IS 0.52

RGB Variations

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

Color information

#7A741C (or 0x7A741C) is known color: Pesto. HEX triplet: 7A, 74 and 1C. RGB value is (122,116,28). Sum of RGB (Red+Green+Blue) = 122+116+28=266 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.86% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 28 (11.33% from 255 or 10.53% from 266); Max value from RGB is 122 - color contains mainly: red. Hex color #7A741C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A741C is #858BE3. Grayscale: #6C6C6C. Windows color (decimal): -8752100 or 1864826. OLE color: 1864826.

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

Color convert

RGB 122 116 28 -
CMYK 0 0.05 0.77 0.52
HSL 56.17º 0.63% 0.29% -
HSV(B) 56.17º 0.77% 0.48% -
XYZ 14.48 16.71 3.56 -
YUV 107.76 82.99 138.16 -
System Red Green Blue C M Y K H S L
Decimal 122 116 28 0 0.05 0.77 0.52 56.17 0.63 0.29
Hex 7A 74 1C 0 5 4D 34 38 3F 1D
Octal 172 164 34 0 5 115 64 70 77 35
Binary 1111010 1110100 11100 0 101 1001101 110100 111000 111111 11101

Color Harmonies of #7A741C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A741C

Black with #7A741C

Text Example


Text Example

White with #7A741C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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