#7B7052

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

Shades of Peat #7B7052

Tints of Peat #7B7052

Color information

#7B7052 (or 0x7B7052) is unknown color: approx Peat. HEX triplet: 7B, 70 and 52. RGB value is (123,112,82). Sum of RGB (Red+Green+Blue) = 123+112+82=317 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.80% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7052 is #848FAD. Grayscale: #6F6F6F. Windows color (decimal): -8687534 or 5402747. OLE color: 5402747.

HSL color Cylindrical-coordinate representation of color #7B7052: hue angle of 43.9º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7B7052 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.52.

Color convert

RGB12311282-
CMYK00.090.330.52
HSL43.9º20%40.2%-
HSV(B)43.9º33.33%48.24%-
XYZ15.4916.4110.33-
YUV111.87111.14135.94-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.80%
GREEN value IS 112 (44.14% from 255) = 35.33%
BLUE value IS 82 (32.42% from 255) = 25.87%
R=38.80%
G=35.33%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231128200.090.330.5243.92040.2
Hex7B70520921342c1428
Octal1731601220114164542450
Binary1111011111000010100100100110000111010010110010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,112,82); }

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

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

 a { background-color: rgb(123,112,82); }

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

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

 span { border-color: rgb(123,112,82); }

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