Html Css Color HEX #7F5744 Potters Clay

📋 copy color: '#7F5744'

red 127 ◦ green 87 ◦ blue 68

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

Shades of Potters Clay #7F5744

Tints of Potters Clay #7F5744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.11%

R = 45.04%
G = 30.85%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.46

 K value IS 0.50

RGB Variations

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

Color information

#7F5744 (or 0x7F5744) is known color: Potters Clay. HEX triplet: 7F, 57 and 44. RGB value is (127,87,68). Sum of RGB (Red+Green+Blue) = 127+87+68=282 (37% of max value = 765). Red value is 127 (50% from 255 or 45.04% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 68 (26.95% from 255 or 24.11% from 282); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5744 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5744 is #80A8BB. Grayscale: #606060. Windows color (decimal): -8431804 or 4478847. OLE color: 4478847.

HSL color Cylindrical-coordinate representation of color #7F5744: hue angle of 19.32º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F5744 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 87 68 -
CMYK 0 0.31 0.46 0.50
HSL 19.32º 0.3% 0.38% -
HSV(B) 19.32º 0.46% 0.5% -
XYZ 13.2 11.75 7.04 -
YUV 96.79 111.75 149.54 -
System Red Green Blue C M Y K H S L
Decimal 127 87 68 0 0.31 0.46 0.50 19.32 0.3 0.38
Hex 7F 57 44 0 1F 2E 32 13 1E 26
Octal 177 127 104 0 37 56 62 23 36 46
Binary 1111111 1010111 1000100 0 11111 101110 110010 10011 11110 100110

Color Harmonies of #7F5744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5744

Black with #7F5744

Text Example


Text Example

White with #7F5744

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,87,68); }

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

background-color css

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

 a { background-color: rgb(127,87,68); }

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

border-color css

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

 span { border-color: rgb(127,87,68); }

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