Html Css Color HEX #7F563A Potters Clay

📋 copy color: '#7F563A'

red 127 ◦ green 86 ◦ blue 58

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

Shades of Potters Clay #7F563A

Tints of Potters Clay #7F563A

RGB

 RED value IS 127 (50% from 255) = 46.86%

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

 BLUE value IS 58 (23.05% from 255) = 21.4%

R = 46.86%
G = 31.73%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.50

RGB Variations

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

Color information

#7F563A (or 0x7F563A) is known color: Potters Clay. HEX triplet: 7F, 56 and 3A. RGB value is (127,86,58). Sum of RGB (Red+Green+Blue) = 127+86+58=271 (35% of max value = 765). Red value is 127 (50% from 255 or 46.86% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 127 - color contains mainly: red. Hex color #7F563A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F563A is #80A9C5. Grayscale: #5F5F5F. Windows color (decimal): -8432070 or 3823231. OLE color: 3823231.

HSL color Cylindrical-coordinate representation of color #7F563A: hue angle of 24.35º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7F563A is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 86 58 -
CMYK 0 0.32 0.54 0.50
HSL 24.35º 0.37% 0.36% -
HSV(B) 24.35º 0.54% 0.5% -
XYZ 12.84 11.47 5.54 -
YUV 95.07 107.08 150.78 -
System Red Green Blue C M Y K H S L
Decimal 127 86 58 0 0.32 0.54 0.50 24.35 0.37 0.36
Hex 7F 56 3A 0 20 36 32 18 25 24
Octal 177 126 72 0 40 66 62 30 45 44
Binary 1111111 1010110 111010 0 100000 110110 110010 11000 100101 100100

Color Harmonies of #7F563A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F563A

Black with #7F563A

Text Example


Text Example

White with #7F563A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,86,58); }

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

background-color css

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

 a { background-color: rgb(127,86,58); }

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

border-color css

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

 span { border-color: rgb(127,86,58); }

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