Html Css Color HEX #7B741A Pesto

📋 copy color: '#7B741A'

red 123 ◦ green 116 ◦ blue 26

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

Shades of Pesto #7B741A

Tints of Pesto #7B741A

RGB

 RED value IS 123 (48.44% from 255) = 46.42%

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

 BLUE value IS 26 (10.55% from 255) = 9.81%

R = 46.42%
G = 43.77%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.79

 K value IS 0.52

RGB Variations

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

Color information

#7B741A (or 0x7B741A) is known color: Pesto. HEX triplet: 7B, 74 and 1A. RGB value is (123,116,26). Sum of RGB (Red+Green+Blue) = 123+116+26=265 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.42% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 123 - color contains mainly: red. Hex color #7B741A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B741A is #848BE5. Grayscale: #6C6C6C. Windows color (decimal): -8686566 or 1733755. OLE color: 1733755.

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

Color convert

RGB 123 116 26 -
CMYK 0 0.06 0.79 0.52
HSL 55.67º 0.65% 0.29% -
HSV(B) 55.67º 0.79% 0.48% -
XYZ 14.6 16.78 3.45 -
YUV 107.83 81.82 138.82 -
System Red Green Blue C M Y K H S L
Decimal 123 116 26 0 0.06 0.79 0.52 55.67 0.65 0.29
Hex 7B 74 1A 0 6 4F 34 38 41 1D
Octal 173 164 32 0 6 117 64 70 101 35
Binary 1111011 1110100 11010 0 110 1001111 110100 111000 1000001 11101

Color Harmonies of #7B741A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B741A

Black with #7B741A

Text Example


Text Example

White with #7B741A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,116,26); }

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

background-color css

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

 a { background-color: rgb(123,116,26); }

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

border-color css

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

 span { border-color: rgb(123,116,26); }

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