Html Css Color HEX #785947 Potters Clay

📋 copy color: '#785947'

red 120 ◦ green 89 ◦ blue 71

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

Shades of Potters Clay #785947

Tints of Potters Clay #785947

RGB

 RED value IS 120 (47.27% from 255) = 42.86%

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

 BLUE value IS 71 (28.13% from 255) = 25.36%

R = 42.86%
G = 31.79%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.53

RGB Variations

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

Color information

#785947 (or 0x785947) is known color: Potters Clay. HEX triplet: 78, 59 and 47. RGB value is (120,89,71). Sum of RGB (Red+Green+Blue) = 120+89+71=280 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.86% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 71 (28.12% from 255 or 25.36% from 280); Max value from RGB is 120 - color contains mainly: red. Hex color #785947 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785947 is #87A6B8. Grayscale: #606060. Windows color (decimal): -8890041 or 4675960. OLE color: 4675960.

HSL color Cylindrical-coordinate representation of color #785947: hue angle of 22.04º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #785947 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 89 71 -
CMYK 0 0.26 0.41 0.53
HSL 22.04º 0.26% 0.37% -
HSV(B) 22.04º 0.41% 0.47% -
XYZ 12.46 11.59 7.54 -
YUV 96.22 113.77 144.96 -
System Red Green Blue C M Y K H S L
Decimal 120 89 71 0 0.26 0.41 0.53 22.04 0.26 0.37
Hex 78 59 47 0 1A 29 35 16 1A 25
Octal 170 131 107 0 32 51 65 26 32 45
Binary 1111000 1011001 1000111 0 11010 101001 110101 10110 11010 100101

Color Harmonies of #785947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785947

Black with #785947

Text Example


Text Example

White with #785947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785947; }

 p { color: rgb(120,89,71); }

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

background-color css

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

 a { background-color: rgb(120,89,71); }

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

border-color css

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

 span { border-color: rgb(120,89,71); }

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