Html Css Color HEX #785A45 Potters Clay

📋 copy color: '#785A45'

red 120 ◦ green 90 ◦ blue 69

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

Shades of Potters Clay #785A45

Tints of Potters Clay #785A45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 24.73%

R = 43.01%
G = 32.26%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#785A45 (or 0x785A45) is known color: Potters Clay. HEX triplet: 78, 5A and 45. RGB value is (120,90,69). Sum of RGB (Red+Green+Blue) = 120+90+69=279 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.01% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 69 (27.34% from 255 or 24.73% from 279); Max value from RGB is 120 - color contains mainly: red. Hex color #785A45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785A45 is #87A5BA. Grayscale: #606060. Windows color (decimal): -8889787 or 4545144. OLE color: 4545144.

HSL color Cylindrical-coordinate representation of color #785A45: hue angle of 24.71º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #785A45 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 90 69 -
CMYK 0 0.25 0.42 0.53
HSL 24.71º 0.27% 0.37% -
HSV(B) 24.71º 0.43% 0.47% -
XYZ 12.48 11.74 7.24 -
YUV 96.58 112.44 144.71 -
System Red Green Blue C M Y K H S L
Decimal 120 90 69 0 0.25 0.42 0.53 24.71 0.27 0.37
Hex 78 5A 45 0 19 2A 35 19 1B 25
Octal 170 132 105 0 31 52 65 31 33 45
Binary 1111000 1011010 1000101 0 11001 101010 110101 11001 11011 100101

Color Harmonies of #785A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785A45

Black with #785A45

Text Example


Text Example

White with #785A45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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