Html Css Color HEX #7F5946 Potters Clay

📋 copy color: '#7F5946'

red 127 ◦ green 89 ◦ blue 70

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

Shades of Potters Clay #7F5946

Tints of Potters Clay #7F5946

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.12%

 BLUE value IS 70 (27.73% from 255) = 24.48%

R = 44.41%
G = 31.12%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.45

 K value IS 0.50

RGB Variations

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

Color information

#7F5946 (or 0x7F5946) is known color: Potters Clay. HEX triplet: 7F, 59 and 46. RGB value is (127,89,70). Sum of RGB (Red+Green+Blue) = 127+89+70=286 (37% of max value = 765). Red value is 127 (50% from 255 or 44.41% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 70 (27.73% from 255 or 24.48% from 286); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5946 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5946 is #80A6B9. Grayscale: #626262. Windows color (decimal): -8431290 or 4610431. OLE color: 4610431.

HSL color Cylindrical-coordinate representation of color #7F5946: hue angle of 20º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7F5946 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 89 70 -
CMYK 0 0.30 0.45 0.50
HSL 20º 0.29% 0.39% -
HSV(B) 20º 0.45% 0.5% -
XYZ 13.43 12.1 7.42 -
YUV 98.2 112.09 148.54 -
System Red Green Blue C M Y K H S L
Decimal 127 89 70 0 0.30 0.45 0.50 20 0.29 0.39
Hex 7F 59 46 0 1E 2D 32 14 1D 27
Octal 177 131 106 0 36 55 62 24 35 47
Binary 1111111 1011001 1000110 0 11110 101101 110010 10100 11101 100111

Color Harmonies of #7F5946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5946

Black with #7F5946

Text Example


Text Example

White with #7F5946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,89,70); }

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

background-color css

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

 a { background-color: rgb(127,89,70); }

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

border-color css

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

 span { border-color: rgb(127,89,70); }

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