#7C5740

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

Shades of Potters Clay #7C5740

Tints of Potters Clay #7C5740

Color information

#7C5740 (or 0x7C5740) is unknown color: approx Potters Clay. HEX triplet: 7C, 57 and 40. RGB value is (124,87,64). Sum of RGB (Red+Green+Blue) = 124+87+64=275 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.09% from 275); Green value is 87 (34.38% from 255 or 31.64% from 275); Blue value is 64 (25.39% from 255 or 23.27% from 275); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5740 is #83A8BF. Grayscale: #5F5F5F. Windows color (decimal): -8628416 or 4216700. OLE color: 4216700.

HSL color Cylindrical-coordinate representation of color #7C5740: hue angle of 23º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C5740 is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB1248764-
CMYK00.300.480.51
HSL23º31.91%36.86%-
HSV(B)23º48.39%48.63%-
XYZ12.6511.476.4-
YUV95.44110.26148.37-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 45.09%
GREEN value IS 87 (34.38% from 255) = 31.64%
BLUE value IS 64 (25.39% from 255) = 23.27%
R=45.09%
G=31.64%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124876400.300.480.512331.9136.86
Hex7C574001E3033172025
Octal1741271000366063274045
Binary11111001010111100000001111011000011001110111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,87,64); }

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

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

 a { background-color: rgb(124,87,64); }

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

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

 span { border-color: rgb(124,87,64); }

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