#7B731F

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

Shades of Pesto #7B731F

Tints of Pesto #7B731F

Color information

#7B731F (or 0x7B731F) is unknown color: approx Pesto. HEX triplet: 7B, 73 and 1F. RGB value is (123,115,31). Sum of RGB (Red+Green+Blue) = 123+115+31=269 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.72% from 269); Green value is 115 (45.31% from 255 or 42.75% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 123 - color contains mainly: red. Hex color #7B731F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B731F is #848CE0. Grayscale: #6C6C6C. Windows color (decimal): -8686817 or 2061179. OLE color: 2061179.

HSL color Cylindrical-coordinate representation of color #7B731F: hue angle of 54.78º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7B731F is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.52.

Color convert

RGB12311531-
CMYK00.070.750.52
HSL54.78º59.74%30.2%-
HSV(B)54.78º74.8%48.24%-
XYZ14.5516.573.73-
YUV107.8284.65138.83-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 45.72%
GREEN value IS 115 (45.31% from 255) = 42.75%
BLUE value IS 31 (12.5% from 255) = 11.52%
R=45.72%
G=42.75%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.75
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231153100.070.750.5254.7859.7430.2
Hex7B731F074B34373c1e
Octal173163370711364677436
Binary11110111110011111110111100101111010011011111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B731F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,115,31); }

 H1.HeaderClassName
 {
   color: #7B731F;
 }
 .AnyTagClassName
 {
   color: #7B731F;
 }
</style>
background-color css

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

 a { background-color: rgb(123,115,31); }

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

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

 span { border-color: rgb(123,115,31); }

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