#7F5745

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

Shades of Potters Clay #7F5745

Tints of Potters Clay #7F5745

Color information

#7F5745 (or 0x7F5745) is unknown color: approx Potters Clay. HEX triplet: 7F, 57 and 45. RGB value is (127,87,69). Sum of RGB (Red+Green+Blue) = 127+87+69=283 (37% of max value = 765). Red value is 127 (50% from 255 or 44.88% from 283); Green value is 87 (34.38% from 255 or 30.74% from 283); Blue value is 69 (27.34% from 255 or 24.38% from 283); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5745 is #80A8BA. Grayscale: #616161. Windows color (decimal): -8431803 or 4544383. OLE color: 4544383.

HSL color Cylindrical-coordinate representation of color #7F5745: hue angle of 18.62º 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 #7F5745 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.50.

Color convert

RGB1278769-
CMYK00.310.460.50
HSL18.62º29.59%38.43%-
HSV(B)18.62º45.67%49.8%-
XYZ13.2311.767.2-
YUV96.91112.25149.46-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 44.88%
GREEN value IS 87 (34.38% from 255) = 30.74%
BLUE value IS 69 (27.34% from 255) = 24.38%
R=44.88%
G=30.74%
B=24.38%

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
Decimal127876900.310.460.5018.6229.5938.43
Hex7F574501F2E32131e26
Octal1771271050375662233646
Binary1111111101011110001010111111011101100101001111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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