#7F5744

Color #7F5744 Potters Clay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Potters Clay #7F5744

Tints of Potters Clay #7F5744

Color information

#7F5744 (or 0x7F5744) is unknown color: approx Potters Clay. HEX triplet: 7F, 57 and 44. RGB value is (127,87,68). Sum of RGB (Red+Green+Blue) = 127+87+68=282 (37% of max value = 765). Red value is 127 (50% from 255 or 45.04% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 68 (26.95% from 255 or 24.11% from 282); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5744 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5744 is #80A8BB. Grayscale: #606060. Windows color (decimal): -8431804 or 4478847. OLE color: 4478847.

HSL color Cylindrical-coordinate representation of color #7F5744: hue angle of 19.32º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F5744 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.50.

Color convert

RGB1278768-
CMYK00.310.460.50
HSL19.32º30.26%38.24%-
HSV(B)19.32º46.46%49.8%-
XYZ13.211.757.04-
YUV96.79111.75149.54-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 45.04%
GREEN value IS 87 (34.38% from 255) = 30.85%
BLUE value IS 68 (26.95% from 255) = 24.11%
R=45.04%
G=30.85%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127876800.310.460.5019.3230.2638.24
Hex7F574401F2E32131e26
Octal1771271040375662233646
Binary1111111101011110001000111111011101100101001111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F5744; }

 p { color: rgb(127,87,68); }

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

<style>
 a { background-color: #7F5744; }

 a { background-color: rgb(127,87,68); }

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

<style>
 span { border-color: #7F5744; }

 span { border-color: rgb(127,87,68); }

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