#7B5842

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

Shades of Potters Clay #7B5842

Tints of Potters Clay #7B5842

Color information

#7B5842 (or 0x7B5842) is unknown color: approx Potters Clay. HEX triplet: 7B, 58 and 42. RGB value is (123,88,66). Sum of RGB (Red+Green+Blue) = 123+88+66=277 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.40% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 66 (26.17% from 255 or 23.83% from 277); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5842 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5842 is #84A7BD. Grayscale: #606060. Windows color (decimal): -8693694 or 4348027. OLE color: 4348027.

HSL color Cylindrical-coordinate representation of color #7B5842: hue angle of 23.16º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7B5842 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.52.

Color convert

RGB1238866-
CMYK00.280.460.52
HSL23.16º30.16%37.06%-
HSV(B)23.16º46.34%48.24%-
XYZ12.6411.586.72-
YUV95.96111.1147.29-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 44.40%
GREEN value IS 88 (34.77% from 255) = 31.77%
BLUE value IS 66 (26.17% from 255) = 23.83%
R=44.40%
G=31.77%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123886600.280.460.5223.1630.1637.06
Hex7B584201C2E34171e25
Octal1731301020345664273645
Binary1111011101100010000100111001011101101001011111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,88,66); }

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

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

 a { background-color: rgb(123,88,66); }

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

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

 span { border-color: rgb(123,88,66); }

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