Html Css Color HEX #785948 Potters Clay

📋 copy color: '#785948'

red 120 ◦ green 89 ◦ blue 72

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

Shades of Potters Clay #785948

Tints of Potters Clay #785948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 25.62%

R = 42.7%
G = 31.67%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#785948 (or 0x785948) is known color: Potters Clay. HEX triplet: 78, 59 and 48. RGB value is (120,89,72). Sum of RGB (Red+Green+Blue) = 120+89+72=281 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.70% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 72 (28.52% from 255 or 25.62% from 281); Max value from RGB is 120 - color contains mainly: red. Hex color #785948 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785948 is #87A6B7. Grayscale: #606060. Windows color (decimal): -8890040 or 4741496. OLE color: 4741496.

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

Color convert

RGB 120 89 72 -
CMYK 0 0.26 0.40 0.53
HSL 21.25º 0.25% 0.38% -
HSV(B) 21.25º 0.4% 0.47% -
XYZ 12.49 11.61 7.71 -
YUV 96.33 114.27 144.88 -
System Red Green Blue C M Y K H S L
Decimal 120 89 72 0 0.26 0.40 0.53 21.25 0.25 0.38
Hex 78 59 48 0 1A 28 35 15 19 26
Octal 170 131 110 0 32 50 65 25 31 46
Binary 1111000 1011001 1001000 0 11010 101000 110101 10101 11001 100110

Color Harmonies of #785948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785948

Black with #785948

Text Example


Text Example

White with #785948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785948; }

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

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

background-color css

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

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

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

border-color css

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

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

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