#756A4E

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

Shades of Peat #756A4E

Tints of Peat #756A4E

Color information

#756A4E (or 0x756A4E) is unknown color: approx Peat. HEX triplet: 75, 6A and 4E. RGB value is (117,106,78). Sum of RGB (Red+Green+Blue) = 117+106+78=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 106 (41.80% from 255 or 35.22% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 117 - color contains mainly: red. Hex color #756A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756A4E is #8A95B1. Grayscale: #6A6A6A. Windows color (decimal): -9082290 or 5139061. OLE color: 5139061.

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

Color convert

RGB11710678-
CMYK00.090.330.54
HSL43.08º20%38.24%-
HSV(B)43.08º33.33%45.88%-
XYZ13.8714.649.3-
YUV106.1112.14135.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.87%
GREEN value IS 106 (41.80% from 255) = 35.22%
BLUE value IS 78 (30.86% from 255) = 25.91%
R=38.87%
G=35.22%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171067800.090.330.5443.082038.24
Hex756A4E0921362b1426
Octal1651521160114166532446
Binary1110101110101010011100100110000111011010101110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,106,78); }

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

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

 a { background-color: rgb(117,106,78); }

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

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

 span { border-color: rgb(117,106,78); }

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