#7A7127

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

Shades of Pesto #7A7127

Tints of Pesto #7A7127

Color information

#7A7127 (or 0x7A7127) is unknown color: approx Pesto. HEX triplet: 7A, 71 and 27. RGB value is (122,113,39). Sum of RGB (Red+Green+Blue) = 122+113+39=274 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.53% from 274); Green value is 113 (44.53% from 255 or 41.24% from 274); Blue value is 39 (15.62% from 255 or 14.23% from 274); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7127 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7127 is #858ED8. Grayscale: #6B6B6B. Windows color (decimal): -8752857 or 2584954. OLE color: 2584954.

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

Color convert

RGB12211339-
CMYK00.070.680.52
HSL53.49º51.55%31.57%-
HSV(B)53.49º68.03%47.84%-
XYZ14.316.094.27-
YUV107.2689.48138.52-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.53%
GREEN value IS 113 (44.53% from 255) = 41.24%
BLUE value IS 39 (15.62% from 255) = 14.23%
R=44.53%
G=41.24%
B=14.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.68
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221133900.070.680.5253.4951.5531.57
Hex7A7127074434353420
Octal172161470710464656440
Binary1111010111000110011101111000100110100110101110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,113,39); }

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

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

 a { background-color: rgb(122,113,39); }

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

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

 span { border-color: rgb(122,113,39); }

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