Html Css Color HEX #7C5B45 Potters Clay

📋 copy color: '#7C5B45'

red 124 ◦ green 91 ◦ blue 69

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

Shades of Potters Clay #7C5B45

Tints of Potters Clay #7C5B45

RGB

 RED value IS 124 (48.83% from 255) = 43.66%

 GREEN value IS 91 (35.94% from 255) = 32.04%

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

R = 43.66%
G = 32.04%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.44

 K value IS 0.51

RGB Variations

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

Color information

#7C5B45 (or 0x7C5B45) is known color: Potters Clay. HEX triplet: 7C, 5B and 45. RGB value is (124,91,69). Sum of RGB (Red+Green+Blue) = 124+91+69=284 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.66% from 284); Green value is 91 (35.94% from 255 or 32.04% from 284); Blue value is 69 (27.34% from 255 or 24.30% from 284); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5B45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5B45 is #83A4BA. Grayscale: #626262. Windows color (decimal): -8627387 or 4545404. OLE color: 4545404.

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

Color convert

RGB 124 91 69 -
CMYK 0 0.27 0.44 0.51
HSL 24º 0.28% 0.38% -
HSV(B) 24º 0.44% 0.49% -
XYZ 13.13 12.2 7.29 -
YUV 98.36 111.43 146.29 -
System Red Green Blue C M Y K H S L
Decimal 124 91 69 0 0.27 0.44 0.51 24 0.28 0.38
Hex 7C 5B 45 0 1B 2C 33 18 1C 26
Octal 174 133 105 0 33 54 63 30 34 46
Binary 1111100 1011011 1000101 0 11011 101100 110011 11000 11100 100110

Color Harmonies of #7C5B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5B45

Black with #7C5B45

Text Example


Text Example

White with #7C5B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,91,69); }

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

background-color css

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

 a { background-color: rgb(124,91,69); }

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

border-color css

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

 span { border-color: rgb(124,91,69); }

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