Html Css Color HEX #7B701A Pesto

📋 copy color: '#7B701A'

red 123 ◦ green 112 ◦ blue 26

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

Shades of Pesto #7B701A

Tints of Pesto #7B701A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.91%

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

R = 47.13%
G = 42.91%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.79

 K value IS 0.52

RGB Variations

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

Color information

#7B701A (or 0x7B701A) is known color: Pesto. HEX triplet: 7B, 70 and 1A. RGB value is (123,112,26). Sum of RGB (Red+Green+Blue) = 123+112+26=261 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.13% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 26 (10.55% from 255 or 9.96% from 261); Max value from RGB is 123 - color contains mainly: red. Hex color #7B701A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B701A is #848FE5. Grayscale: #696969. Windows color (decimal): -8687590 or 1732731. OLE color: 1732731.

HSL color Cylindrical-coordinate representation of color #7B701A: hue angle of 53.2º 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 #7B701A is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 112 26 -
CMYK 0 0.09 0.79 0.52
HSL 53.2º 0.65% 0.29% -
HSV(B) 53.2º 0.79% 0.48% -
XYZ 14.15 15.87 3.3 -
YUV 105.49 83.14 140.49 -
System Red Green Blue C M Y K H S L
Decimal 123 112 26 0 0.09 0.79 0.52 53.2 0.65 0.29
Hex 7B 70 1A 0 9 4F 34 35 41 1D
Octal 173 160 32 0 11 117 64 65 101 35
Binary 1111011 1110000 11010 0 1001 1001111 110100 110101 1000001 11101

Color Harmonies of #7B701A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B701A

Black with #7B701A

Text Example


Text Example

White with #7B701A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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