#7B751B

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

Shades of Pesto #7B751B

Tints of Pesto #7B751B

Color information

#7B751B (or 0x7B751B) is unknown color: approx Pesto. HEX triplet: 7B, 75 and 1B. RGB value is (123,117,27). Sum of RGB (Red+Green+Blue) = 123+117+27=267 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.07% from 267); Green value is 117 (46.09% from 255 or 43.82% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 123 - color contains mainly: red. Hex color #7B751B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B751B is #848AE4. Grayscale: #6C6C6C. Windows color (decimal): -8686309 or 1799547. OLE color: 1799547.

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

Color convert

RGB12311727-
CMYK00.050.780.52
HSL56.25º64%29.41%-
HSV(B)56.25º78.05%48.24%-
XYZ14.7317.013.54-
YUV108.5381.99138.32-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 46.07%
GREEN value IS 117 (46.09% from 255) = 43.82%
BLUE value IS 27 (10.94% from 255) = 10.11%
R=46.07%
G=43.82%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.78
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231172700.050.780.5256.256429.41
Hex7B751B054E3438401d
Octal1731653305116647010035
Binary111101111101011101101011001110110100111000100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B751B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,117,27); }

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

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

 a { background-color: rgb(123,117,27); }

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

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

 span { border-color: rgb(123,117,27); }

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