#756C52

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

Shades of Peat #756C52

Tints of Peat #756C52

Color information

#756C52 (or 0x756C52) is unknown color: approx Peat. HEX triplet: 75, 6C and 52. RGB value is (117,108,82). Sum of RGB (Red+Green+Blue) = 117+108+82=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 108 (42.58% from 255 or 35.18% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 117 - color contains mainly: red. Hex color #756C52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756C52 is #8A93AD. Grayscale: #6B6B6B. Windows color (decimal): -9081774 or 5401717. OLE color: 5401717.

HSL color Cylindrical-coordinate representation of color #756C52: hue angle of 44.57º 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 #756C52 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB11710882-
CMYK00.080.300.54
HSL44.57º17.59%39.02%-
HSV(B)44.57º29.91%45.88%-
XYZ14.2215.1210.15-
YUV107.73113.48134.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.11%
GREEN value IS 108 (42.58% from 255) = 35.18%
BLUE value IS 82 (32.42% from 255) = 26.71%
R=38.11%
G=35.18%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171088200.080.300.5444.5717.5939.02
Hex756C52081E362d1227
Octal1651541220103666552247
Binary111010111011001010010010001111011011010110110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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