Html Css Color HEX #7F5643 Potters Clay

📋 copy color: '#7F5643'

red 127 ◦ green 86 ◦ blue 67

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

Shades of Potters Clay #7F5643

Tints of Potters Clay #7F5643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 23.93%

R = 45.36%
G = 30.71%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.50

RGB Variations

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

Color information

#7F5643 (or 0x7F5643) is known color: Potters Clay. HEX triplet: 7F, 56 and 43. RGB value is (127,86,67). Sum of RGB (Red+Green+Blue) = 127+86+67=280 (37% of max value = 765). Red value is 127 (50% from 255 or 45.36% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 67 (26.56% from 255 or 23.93% from 280); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5643 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5643 is #80A9BC. Grayscale: #606060. Windows color (decimal): -8432061 or 4413055. OLE color: 4413055.

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

Color convert

RGB 127 86 67 -
CMYK 0 0.32 0.47 0.50
HSL 19º 0.31% 0.38% -
HSV(B) 19º 0.47% 0.5% -
XYZ 13.09 11.57 6.85 -
YUV 96.09 111.58 150.04 -
System Red Green Blue C M Y K H S L
Decimal 127 86 67 0 0.32 0.47 0.50 19 0.31 0.38
Hex 7F 56 43 0 20 2F 32 13 1F 26
Octal 177 126 103 0 40 57 62 23 37 46
Binary 1111111 1010110 1000011 0 100000 101111 110010 10011 11111 100110

Color Harmonies of #7F5643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5643

Black with #7F5643

Text Example


Text Example

White with #7F5643

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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