Html Css Color HEX #7E5944 Potters Clay

📋 copy color: '#7E5944'

red 126 ◦ green 89 ◦ blue 68

#7E5944
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Potters Clay #7E5944

Tints of Potters Clay #7E5944

RGB

 RED value IS 126 (49.61% from 255) = 44.52%

 GREEN value IS 89 (35.16% from 255) = 31.45%

 BLUE value IS 68 (26.95% from 255) = 24.03%

R = 44.52%
G = 31.45%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.46

 K value IS 0.51

RGB Variations

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

Color information

#7E5944 (or 0x7E5944) is known color: Potters Clay. HEX triplet: 7E, 59 and 44. RGB value is (126,89,68). Sum of RGB (Red+Green+Blue) = 126+89+68=283 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.52% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 68 (26.95% from 255 or 24.03% from 283); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5944 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5944 is #81A6BB. Grayscale: #616161. Windows color (decimal): -8496828 or 4479358. OLE color: 4479358.

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

Color convert

RGB 126 89 68 -
CMYK 0 0.29 0.46 0.51
HSL 21.72º 0.3% 0.38% -
HSV(B) 21.72º 0.46% 0.49% -
XYZ 13.22 12 7.09 -
YUV 97.67 111.26 148.21 -
System Red Green Blue C M Y K H S L
Decimal 126 89 68 0 0.29 0.46 0.51 21.72 0.3 0.38
Hex 7E 59 44 0 1D 2E 33 16 1E 26
Octal 176 131 104 0 35 56 63 26 36 46
Binary 1111110 1011001 1000100 0 11101 101110 110011 10110 11110 100110

Color Harmonies of #7E5944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5944

Black with #7E5944

Text Example


Text Example

White with #7E5944

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,89,68); }

 H1.HeaderClassName
 {
   color: #7E5944;
 }
 .AnyTagClassName
 {
   color: #7E5944;
 }
</style>

background-color css

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

 a { background-color: rgb(126,89,68); }

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

border-color css

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

 span { border-color: rgb(126,89,68); }

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