#7B7252

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

Shades of Peat #7B7252

Tints of Peat #7B7252

Color information

#7B7252 (or 0x7B7252) is unknown color: approx Peat. HEX triplet: 7B, 72 and 52. RGB value is (123,114,82). Sum of RGB (Red+Green+Blue) = 123+114+82=319 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.56% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7252 is #848DAD. Grayscale: #717171. Windows color (decimal): -8687022 or 5403259. OLE color: 5403259.

HSL color Cylindrical-coordinate representation of color #7B7252: hue angle of 46.83º 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 #7B7252 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.52.

Color convert

RGB12311482-
CMYK00.070.330.52
HSL46.83º20%40.2%-
HSV(B)46.83º33.33%48.24%-
XYZ15.7116.8510.41-
YUV113.04110.48135.1-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.56%
GREEN value IS 114 (44.92% from 255) = 35.74%
BLUE value IS 82 (32.42% from 255) = 25.71%
R=38.56%
G=35.74%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231148200.070.330.5246.832040.2
Hex7B72520721342f1428
Octal173162122074164572450
Binary111101111100101010010011110000111010010111110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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