Html Css Color HEX #7E5C3F Potters Clay

📋 copy color: '#7E5C3F'

red 126 ◦ green 92 ◦ blue 63

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

Shades of Potters Clay #7E5C3F

Tints of Potters Clay #7E5C3F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.74%

 BLUE value IS 63 (25% from 255) = 22.42%

R = 44.84%
G = 32.74%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.50

 K value IS 0.51

RGB Variations

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

Color information

#7E5C3F (or 0x7E5C3F) is known color: Potters Clay. HEX triplet: 7E, 5C and 3F. RGB value is (126,92,63). Sum of RGB (Red+Green+Blue) = 126+92+63=281 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.84% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5C3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5C3F is #81A3C0. Grayscale: #636363. Windows color (decimal): -8496065 or 4152446. OLE color: 4152446.

HSL color Cylindrical-coordinate representation of color #7E5C3F: hue angle of 27.62º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7E5C3F is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 92 63 -
CMYK 0 0.27 0.50 0.51
HSL 27.62º 0.33% 0.37% -
HSV(B) 27.62º 0.5% 0.49% -
XYZ 13.33 12.45 6.4 -
YUV 98.86 107.76 147.36 -
System Red Green Blue C M Y K H S L
Decimal 126 92 63 0 0.27 0.50 0.51 27.62 0.33 0.37
Hex 7E 5C 3F 0 1B 32 33 1C 21 25
Octal 176 134 77 0 33 62 63 34 41 45
Binary 1111110 1011100 111111 0 11011 110010 110011 11100 100001 100101

Color Harmonies of #7E5C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5C3F

Black with #7E5C3F

Text Example


Text Example

White with #7E5C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,92,63); }

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

background-color css

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

 a { background-color: rgb(126,92,63); }

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

border-color css

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

 span { border-color: rgb(126,92,63); }

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