#756B4F

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

Shades of Peat #756B4F

Tints of Peat #756B4F

Color information

#756B4F (or 0x756B4F) is unknown color: approx Peat. HEX triplet: 75, 6B and 4F. RGB value is (117,107,79). Sum of RGB (Red+Green+Blue) = 117+107+79=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 107 (42.19% from 255 or 35.31% from 303); Blue value is 79 (31.25% from 255 or 26.07% from 303); Max value from RGB is 117 - color contains mainly: red. Hex color #756B4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756B4F is #8A94B0. Grayscale: #6A6A6A. Windows color (decimal): -9082033 or 5204853. OLE color: 5204853.

HSL color Cylindrical-coordinate representation of color #756B4F: hue angle of 44.21º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #756B4F is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB11710779-
CMYK00.090.320.54
HSL44.21º19.39%38.43%-
HSV(B)44.21º32.48%45.88%-
XYZ14.0114.869.53-
YUV106.8112.31135.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.61%
GREEN value IS 107 (42.19% from 255) = 35.31%
BLUE value IS 79 (31.25% from 255) = 26.07%
R=38.61%
G=35.31%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171077900.090.320.5444.2119.3938.43
Hex756B4F0920362c1326
Octal1651531170114066542346
Binary1110101110101110011110100110000011011010110010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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