#7B7A25

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

Shades of Pesto #7B7A25

Tints of Pesto #7B7A25

Color information

#7B7A25 (or 0x7B7A25) is unknown color: approx Pesto. HEX triplet: 7B, 7A and 25. RGB value is (123,122,37). Sum of RGB (Red+Green+Blue) = 123+122+37=282 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.62% from 282); Green value is 122 (48.05% from 255 or 43.26% from 282); Blue value is 37 (14.84% from 255 or 13.12% from 282); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7A25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B7A25 is #8485DA. Grayscale: #707070. Windows color (decimal): -8685019 or 2456187. OLE color: 2456187.

HSL color Cylindrical-coordinate representation of color #7B7A25: hue angle of 59.3º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7B7A25 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.52.

Color convert

RGB12312237-
CMYK00.010.700.52
HSL59.3º53.75%31.37%-
HSV(B)59.3º69.92%48.24%-
XYZ15.4618.264.46-
YUV112.6185.33135.41-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 43.62%
GREEN value IS 122 (48.05% from 255) = 43.26%
BLUE value IS 37 (14.84% from 255) = 13.12%
R=43.62%
G=43.26%
B=13.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.70
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231223700.010.700.5259.353.7531.37
Hex7B7A250146343b361f
Octal173172450110664736637
Binary1111011111101010010101100011011010011101111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,122,37); }

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

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

 a { background-color: rgb(123,122,37); }

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

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

 span { border-color: rgb(123,122,37); }

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