#7A7517

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

Shades of Pesto #7A7517

Tints of Pesto #7A7517

Color information

#7A7517 (or 0x7A7517) is unknown color: approx Pesto. HEX triplet: 7A, 75 and 17. RGB value is (122,117,23). Sum of RGB (Red+Green+Blue) = 122+117+23=262 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.56% from 262); Green value is 117 (46.09% from 255 or 44.66% from 262); Blue value is 23 (9.38% from 255 or 8.78% from 262); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7517 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A7517 is #858AE8. Grayscale: #6C6C6C. Windows color (decimal): -8751849 or 1537402. OLE color: 1537402.

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

Color convert

RGB12211723-
CMYK00.040.810.52
HSL56.97º68.28%28.43%-
HSV(B)56.97º81.15%47.84%-
XYZ14.5416.923.31-
YUV107.7880.16138.14-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 46.56%
GREEN value IS 117 (46.09% from 255) = 44.66%
BLUE value IS 23 (9.38% from 255) = 8.78%
R=46.56%
G=44.66%
B=8.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.81
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221172300.040.810.5256.9768.2828.43
Hex7A751704513439441c
Octal1721652704121647110434
Binary111101011101011011101001010001110100111001100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,117,23); }

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

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

 a { background-color: rgb(122,117,23); }

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

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

 span { border-color: rgb(122,117,23); }

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