#7A7725

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

Shades of Pesto #7A7725

Tints of Pesto #7A7725

Color information

#7A7725 (or 0x7A7725) is unknown color: approx Pesto. HEX triplet: 7A, 77 and 25. RGB value is (122,119,37). Sum of RGB (Red+Green+Blue) = 122+119+37=278 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.88% from 278); Green value is 119 (46.88% from 255 or 42.81% from 278); Blue value is 37 (14.84% from 255 or 13.31% from 278); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7725 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7725 is #8588DA. Grayscale: #6E6E6E. Windows color (decimal): -8751323 or 2455418. OLE color: 2455418.

HSL color Cylindrical-coordinate representation of color #7A7725: hue angle of 57.88º degrees, saturation: 0.53, 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 #7A7725 is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.52.

Color convert

RGB12211937-
CMYK00.020.700.52
HSL57.88º53.46%31.18%-
HSV(B)57.88º69.67%47.84%-
XYZ14.9617.464.33-
YUV110.5586.49136.17-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 43.88%
GREEN value IS 119 (46.88% from 255) = 42.81%
BLUE value IS 37 (14.84% from 255) = 13.31%
R=43.88%
G=42.81%
B=13.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.70
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221193700.020.700.5257.8853.4631.18
Hex7A77250246343a351f
Octal172167450210664726537
Binary11110101110111100101010100011011010011101011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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