Html Css Color HEX #785649 Old Copper

📋 copy color: '#785649'

red 120 ◦ green 86 ◦ blue 73

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

Shades of Old Copper #785649

Tints of Old Copper #785649

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.82%

 BLUE value IS 73 (28.91% from 255) = 26.16%

R = 43.01%
G = 30.82%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#785649 (or 0x785649) is known color: Old Copper. HEX triplet: 78, 56 and 49. RGB value is (120,86,73). Sum of RGB (Red+Green+Blue) = 120+86+73=279 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.01% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 73 (28.91% from 255 or 26.16% from 279); Max value from RGB is 120 - color contains mainly: red. Hex color #785649 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785649 is #87A9B6. Grayscale: #5E5E5E. Windows color (decimal): -8890807 or 4806264. OLE color: 4806264.

HSL color Cylindrical-coordinate representation of color #785649: hue angle of 16.6º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #785649 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 86 73 -
CMYK 0 0.28 0.39 0.53
HSL 16.6º 0.24% 0.38% -
HSV(B) 16.6º 0.39% 0.47% -
XYZ 12.28 11.13 7.8 -
YUV 94.68 115.76 146.06 -
System Red Green Blue C M Y K H S L
Decimal 120 86 73 0 0.28 0.39 0.53 16.6 0.24 0.38
Hex 78 56 49 0 1C 27 35 11 18 26
Octal 170 126 111 0 34 47 65 21 30 46
Binary 1111000 1010110 1001001 0 11100 100111 110101 10001 11000 100110

Color Harmonies of #785649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785649

Black with #785649

Text Example


Text Example

White with #785649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785649; }

 p { color: rgb(120,86,73); }

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

background-color css

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

 a { background-color: rgb(120,86,73); }

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

border-color css

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

 span { border-color: rgb(120,86,73); }

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