Html Css Color HEX #785A47 Potters Clay

📋 copy color: '#785A47'

red 120 ◦ green 90 ◦ blue 71

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

Shades of Potters Clay #785A47

Tints of Potters Clay #785A47

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.03%

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

R = 42.7%
G = 32.03%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.53

RGB Variations

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

Color information

#785A47 (or 0x785A47) is known color: Potters Clay. HEX triplet: 78, 5A and 47. RGB value is (120,90,71). Sum of RGB (Red+Green+Blue) = 120+90+71=281 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.70% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 71 (28.12% from 255 or 25.27% from 281); Max value from RGB is 120 - color contains mainly: red. Hex color #785A47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785A47 is #87A5B8. Grayscale: #606060. Windows color (decimal): -8889785 or 4676216. OLE color: 4676216.

HSL color Cylindrical-coordinate representation of color #785A47: hue angle of 23.27º 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 #785A47 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 90 71 -
CMYK 0 0.25 0.41 0.53
HSL 23.27º 0.26% 0.37% -
HSV(B) 23.27º 0.41% 0.47% -
XYZ 12.54 11.76 7.57 -
YUV 96.8 113.44 144.54 -
System Red Green Blue C M Y K H S L
Decimal 120 90 71 0 0.25 0.41 0.53 23.27 0.26 0.37
Hex 78 5A 47 0 19 29 35 17 1A 25
Octal 170 132 107 0 31 51 65 27 32 45
Binary 1111000 1011010 1000111 0 11001 101001 110101 10111 11010 100101

Color Harmonies of #785A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785A47

Black with #785A47

Text Example


Text Example

White with #785A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785A47; }

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

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

background-color css

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

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

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

border-color css

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

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

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