Html Css Color HEX #7F5743 Potters Clay

📋 copy color: '#7F5743'

red 127 ◦ green 87 ◦ blue 67

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

Shades of Potters Clay #7F5743

Tints of Potters Clay #7F5743

RGB

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

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

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

R = 45.2%
G = 30.96%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.50

RGB Variations

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

Color information

#7F5743 (or 0x7F5743) is known color: Potters Clay. HEX triplet: 7F, 57 and 43. RGB value is (127,87,67). Sum of RGB (Red+Green+Blue) = 127+87+67=281 (37% of max value = 765). Red value is 127 (50% from 255 or 45.20% from 281); Green value is 87 (34.38% from 255 or 30.96% from 281); Blue value is 67 (26.56% from 255 or 23.84% from 281); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5743 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5743 is #80A8BC. Grayscale: #606060. Windows color (decimal): -8431805 or 4413311. OLE color: 4413311.

HSL color Cylindrical-coordinate representation of color #7F5743: hue angle of 20º 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 #7F5743 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 87 67 -
CMYK 0 0.31 0.47 0.50
HSL 20º 0.31% 0.38% -
HSV(B) 20º 0.47% 0.5% -
XYZ 13.17 11.73 6.88 -
YUV 96.68 111.25 149.63 -
System Red Green Blue C M Y K H S L
Decimal 127 87 67 0 0.31 0.47 0.50 20 0.31 0.38
Hex 7F 57 43 0 1F 2F 32 14 1F 26
Octal 177 127 103 0 37 57 62 24 37 46
Binary 1111111 1010111 1000011 0 11111 101111 110010 10100 11111 100110

Color Harmonies of #7F5743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5743

Black with #7F5743

Text Example


Text Example

White with #7F5743

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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