#7B7215

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

Shades of Pesto #7B7215

Tints of Pesto #7B7215

Color information

#7B7215 (or 0x7B7215) is unknown color: approx Pesto. HEX triplet: 7B, 72 and 15. RGB value is (123,114,21). Sum of RGB (Red+Green+Blue) = 123+114+21=258 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.67% from 258); Green value is 114 (44.92% from 255 or 44.19% from 258); Blue value is 21 (8.59% from 255 or 8.14% from 258); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B7215 is #848DEA. Grayscale: #6A6A6A. Windows color (decimal): -8687083 or 1405563. OLE color: 1405563.

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

Color convert

RGB12311421-
CMYK00.070.830.52
HSL54.71º70.83%28.24%-
HSV(B)54.71º82.93%48.24%-
XYZ14.3216.33.1-
YUV106.0979.98140.06-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 47.67%
GREEN value IS 114 (44.92% from 255) = 44.19%
BLUE value IS 21 (8.59% from 255) = 8.14%
R=47.67%
G=44.19%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.83
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231142100.070.830.5254.7170.8328.24
Hex7B721507533437471c
Octal1731622507123646710734
Binary111101111100101010101111010011110100110111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,114,21); }

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

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

 a { background-color: rgb(123,114,21); }

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

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

 span { border-color: rgb(123,114,21); }

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