#7F7338

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

Shades of Pesto #7F7338

Tints of Pesto #7F7338

Color information

#7F7338 (or 0x7F7338) is unknown color: approx Pesto. HEX triplet: 7F, 73 and 38. RGB value is (127,115,56). Sum of RGB (Red+Green+Blue) = 127+115+56=298 (39% of max value = 765). Red value is 127 (50% from 255 or 42.62% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7338 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7338 is #808CC7. Grayscale: #707070. Windows color (decimal): -8424648 or 3699583. OLE color: 3699583.

HSL color Cylindrical-coordinate representation of color #7F7338: hue angle of 49.86º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7F7338 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.50.

Color convert

RGB12711556-
CMYK00.090.560.50
HSL49.86º38.8%35.88%-
HSV(B)49.86º55.91%49.8%-
XYZ15.617.066.21-
YUV111.8696.48138.8-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 42.62%
GREEN value IS 115 (45.31% from 255) = 38.59%
BLUE value IS 56 (22.27% from 255) = 18.79%
R=42.62%
G=38.59%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.56
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271155600.090.560.5049.8638.835.88
Hex7F7338093832322724
Octal177163700117062624744
Binary1111111111001111100001001111000110010110010100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,115,56); }

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

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

 a { background-color: rgb(127,115,56); }

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

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

 span { border-color: rgb(127,115,56); }

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