#7F5741

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

Shades of Potters Clay #7F5741

Tints of Potters Clay #7F5741

Color information

#7F5741 (or 0x7F5741) is unknown color: approx Potters Clay. HEX triplet: 7F, 57 and 41. RGB value is (127,87,65). Sum of RGB (Red+Green+Blue) = 127+87+65=279 (36% of max value = 765). Red value is 127 (50% from 255 or 45.52% from 279); Green value is 87 (34.38% from 255 or 31.18% from 279); Blue value is 65 (25.78% from 255 or 23.30% from 279); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5741 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5741 is #80A8BE. Grayscale: #606060. Windows color (decimal): -8431807 or 4282239. OLE color: 4282239.

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

Color convert

RGB1278765-
CMYK00.310.490.50
HSL21.29º32.29%37.65%-
HSV(B)21.29º48.82%49.8%-
XYZ13.1111.716.57-
YUV96.45110.25149.79-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 45.52%
GREEN value IS 87 (34.38% from 255) = 31.18%
BLUE value IS 65 (25.78% from 255) = 23.30%
R=45.52%
G=31.18%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127876500.310.490.5021.2932.2937.65
Hex7F574101F3132152026
Octal1771271010376162254046
Binary11111111010111100000101111111000111001010101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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