#7B701A

Color #7B701A Pesto (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pesto #7B701A

Tints of Pesto #7B701A

Color information

#7B701A (or 0x7B701A) is unknown color: approx 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

RGB12311226-
CMYK00.090.790.52
HSL53.2º65.1%29.22%-
HSV(B)53.2º78.86%48.24%-
XYZ14.1515.873.3-
YUV105.4883.14140.49-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.79
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231122600.090.790.5253.265.129.22
Hex7B701A094F3435411d
Octal17316032011117646510135
Binary1111011111000011010010011001111110100110101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B701A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>