#7D7318

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

Shades of Pesto #7D7318

Tints of Pesto #7D7318

Color information

#7D7318 (or 0x7D7318) is unknown color: approx Pesto. HEX triplet: 7D, 73 and 18. RGB value is (125,115,24). Sum of RGB (Red+Green+Blue) = 125+115+24=264 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.35% from 264); Green value is 115 (45.31% from 255 or 43.56% from 264); Blue value is 24 (9.77% from 255 or 9.09% from 264); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7318 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D7318 is #828CE7. Grayscale: #6B6B6B. Windows color (decimal): -8555752 or 1602429. OLE color: 1602429.

HSL color Cylindrical-coordinate representation of color #7D7318: hue angle of 54.06º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7D7318 is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.51.

Color convert

RGB12511524-
CMYK00.080.810.51
HSL54.06º67.79%29.22%-
HSV(B)54.06º80.8%49.02%-
XYZ14.7516.693.31-
YUV107.6280.81140.4-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 47.35%
GREEN value IS 115 (45.31% from 255) = 43.56%
BLUE value IS 24 (9.77% from 255) = 9.09%
R=47.35%
G=43.56%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.81
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251152400.080.810.5154.0667.7929.22
Hex7D731808513336441d
Octal17516330010121636610435
Binary1111101111001111000010001010001110011110110100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,115,24); }

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

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

 a { background-color: rgb(125,115,24); }

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

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

 span { border-color: rgb(125,115,24); }

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