Html Css Color HEX #7C563C Potters Clay

📋 copy color: '#7C563C'

red 124 ◦ green 86 ◦ blue 60

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

Shades of Potters Clay #7C563C

Tints of Potters Clay #7C563C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.85%

 BLUE value IS 60 (23.83% from 255) = 22.22%

R = 45.93%
G = 31.85%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#7C563C (or 0x7C563C) is known color: Potters Clay. HEX triplet: 7C, 56 and 3C. RGB value is (124,86,60). Sum of RGB (Red+Green+Blue) = 124+86+60=270 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.93% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 124 - color contains mainly: red. Hex color #7C563C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C563C is #83A9C3. Grayscale: #5E5E5E. Windows color (decimal): -8628676 or 3954300. OLE color: 3954300.

HSL color Cylindrical-coordinate representation of color #7C563C: hue angle of 24.38º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7C563C is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 86 60 -
CMYK 0 0.31 0.52 0.51
HSL 24.38º 0.35% 0.36% -
HSV(B) 24.38º 0.52% 0.49% -
XYZ 12.46 11.27 5.79 -
YUV 94.4 108.59 149.11 -
System Red Green Blue C M Y K H S L
Decimal 124 86 60 0 0.31 0.52 0.51 24.38 0.35 0.36
Hex 7C 56 3C 0 1F 34 33 18 23 24
Octal 174 126 74 0 37 64 63 30 43 44
Binary 1111100 1010110 111100 0 11111 110100 110011 11000 100011 100100

Color Harmonies of #7C563C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C563C

Black with #7C563C

Text Example


Text Example

White with #7C563C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,86,60); }

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

background-color css

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

 a { background-color: rgb(124,86,60); }

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

border-color css

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

 span { border-color: rgb(124,86,60); }

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