Html Css Color HEX #7D5741 Potters Clay

📋 copy color: '#7D5741'

red 125 ◦ green 87 ◦ blue 65

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

Shades of Potters Clay #7D5741

Tints of Potters Clay #7D5741

RGB

 RED value IS 125 (49.22% from 255) = 45.13%

 GREEN value IS 87 (34.38% from 255) = 31.41%

 BLUE value IS 65 (25.78% from 255) = 23.47%

R = 45.13%
G = 31.41%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#7D5741 (or 0x7D5741) is known color: Potters Clay. HEX triplet: 7D, 57 and 41. RGB value is (125,87,65). Sum of RGB (Red+Green+Blue) = 125+87+65=277 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.13% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5741 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D5741 is #82A8BE. Grayscale: #5F5F5F. Windows color (decimal): -8562879 or 4282237. OLE color: 4282237.

HSL color Cylindrical-coordinate representation of color #7D5741: hue angle of 22º 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 #7D5741 is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 87 65 -
CMYK 0 0.30 0.48 0.51
HSL 22º 0.32% 0.37% -
HSV(B) 22º 0.48% 0.49% -
XYZ 12.82 11.56 6.56 -
YUV 95.85 110.59 148.79 -
System Red Green Blue C M Y K H S L
Decimal 125 87 65 0 0.30 0.48 0.51 22 0.32 0.37
Hex 7D 57 41 0 1E 30 33 16 20 25
Octal 175 127 101 0 36 60 63 26 40 45
Binary 1111101 1010111 1000001 0 11110 110000 110011 10110 100000 100101

Color Harmonies of #7D5741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5741

Black with #7D5741

Text Example


Text Example

White with #7D5741

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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