Html Css Color HEX #7D5745 Potters Clay

📋 copy color: '#7D5745'

red 125 ◦ green 87 ◦ blue 69

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

Shades of Potters Clay #7D5745

Tints of Potters Clay #7D5745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 24.56%

R = 44.48%
G = 30.96%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.45

 K value IS 0.51

RGB Variations

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

Color information

#7D5745 (or 0x7D5745) is known color: Potters Clay. HEX triplet: 7D, 57 and 45. RGB value is (125,87,69). Sum of RGB (Red+Green+Blue) = 125+87+69=281 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.48% from 281); Green value is 87 (34.38% from 255 or 30.96% from 281); Blue value is 69 (27.34% from 255 or 24.56% from 281); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D5745 is #82A8BA. Grayscale: #606060. Windows color (decimal): -8562875 or 4544381. OLE color: 4544381.

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

Color convert

RGB 125 87 69 -
CMYK 0 0.30 0.45 0.51
HSL 19.29º 0.29% 0.38% -
HSV(B) 19.29º 0.45% 0.49% -
XYZ 12.94 11.61 7.19 -
YUV 96.31 112.59 148.46 -
System Red Green Blue C M Y K H S L
Decimal 125 87 69 0 0.30 0.45 0.51 19.29 0.29 0.38
Hex 7D 57 45 0 1E 2D 33 13 1D 26
Octal 175 127 105 0 36 55 63 23 35 46
Binary 1111101 1010111 1000101 0 11110 101101 110011 10011 11101 100110

Color Harmonies of #7D5745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5745

Black with #7D5745

Text Example


Text Example

White with #7D5745

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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