#756B54

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

Shades of Peat #756B54

Tints of Peat #756B54

Color information

#756B54 (or 0x756B54) is unknown color: approx Peat. HEX triplet: 75, 6B and 54. RGB value is (117,107,84). Sum of RGB (Red+Green+Blue) = 117+107+84=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 107 (42.19% from 255 or 34.74% from 308); Blue value is 84 (33.20% from 255 or 27.27% from 308); Max value from RGB is 117 - color contains mainly: red. Hex color #756B54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756B54 is #8A94AB. Grayscale: #6B6B6B. Windows color (decimal): -9082028 or 5532533. OLE color: 5532533.

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

Color convert

RGB11710784-
CMYK00.090.280.54
HSL41.82º16.42%39.41%-
HSV(B)41.82º28.21%45.88%-
XYZ14.1914.9410.52-
YUV107.37114.81134.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.99%
GREEN value IS 107 (42.19% from 255) = 34.74%
BLUE value IS 84 (33.20% from 255) = 27.27%
R=37.99%
G=34.74%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171078400.090.280.5441.8216.4239.41
Hex756B54091C362a1027
Octal1651531240113466522047
Binary111010111010111010100010011110011011010101010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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