#756C55

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

Shades of Peat #756C55

Tints of Peat #756C55

Color information

#756C55 (or 0x756C55) is unknown color: approx Peat. HEX triplet: 75, 6C and 55. RGB value is (117,108,85). Sum of RGB (Red+Green+Blue) = 117+108+85=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 108 (42.58% from 255 or 34.84% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 117 - color contains mainly: red. Hex color #756C55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756C55 is #8A93AA. Grayscale: #6C6C6C. Windows color (decimal): -9081771 or 5598325. OLE color: 5598325.

HSL color Cylindrical-coordinate representation of color #756C55: hue angle of 43.12º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #756C55 is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB11710885-
CMYK00.080.270.54
HSL43.12º15.84%39.61%-
HSV(B)43.12º27.35%45.88%-
XYZ14.3415.1610.77-
YUV108.07114.98134.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.74%
GREEN value IS 108 (42.58% from 255) = 34.84%
BLUE value IS 85 (33.59% from 255) = 27.42%
R=37.74%
G=34.84%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171088500.080.270.5443.1215.8439.61
Hex756C55081B362b1028
Octal1651541250103366532050
Binary111010111011001010101010001101111011010101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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