#756B52

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

Shades of Peat #756B52

Tints of Peat #756B52

Color information

#756B52 (or 0x756B52) is unknown color: approx Peat. HEX triplet: 75, 6B and 52. RGB value is (117,107,82). Sum of RGB (Red+Green+Blue) = 117+107+82=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 107 (42.19% from 255 or 34.97% from 306); Blue value is 82 (32.42% from 255 or 26.80% from 306); Max value from RGB is 117 - color contains mainly: red. Hex color #756B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756B52 is #8A94AD. Grayscale: #6B6B6B. Windows color (decimal): -9082030 or 5401461. OLE color: 5401461.

HSL color Cylindrical-coordinate representation of color #756B52: hue angle of 42.86º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #756B52 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB11710782-
CMYK00.090.300.54
HSL42.86º17.59%39.02%-
HSV(B)42.86º29.91%45.88%-
XYZ14.1214.9110.12-
YUV107.14113.81135.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.24%
GREEN value IS 107 (42.19% from 255) = 34.97%
BLUE value IS 82 (32.42% from 255) = 26.80%
R=38.24%
G=34.97%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171078200.090.300.5442.8617.5939.02
Hex756B52091E362b1227
Octal1651531220113666532247
Binary111010111010111010010010011111011011010101110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756B52; }

 p { color: rgb(117,107,82); }

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

<style>
 a { background-color: #756B52; }

 a { background-color: rgb(117,107,82); }

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

<style>
 span { border-color: #756B52; }

 span { border-color: rgb(117,107,82); }

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