Html Css Color HEX #785646 Old Copper

📋 copy color: '#785646'

red 120 ◦ green 86 ◦ blue 70

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

Shades of Old Copper #785646

Tints of Old Copper #785646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 25.36%

R = 43.48%
G = 31.16%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#785646 (or 0x785646) is known color: Old Copper. HEX triplet: 78, 56 and 46. RGB value is (120,86,70). Sum of RGB (Red+Green+Blue) = 120+86+70=276 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.48% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 70 (27.73% from 255 or 25.36% from 276); Max value from RGB is 120 - color contains mainly: red. Hex color #785646 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785646 is #87A9B9. Grayscale: #5E5E5E. Windows color (decimal): -8890810 or 4609656. OLE color: 4609656.

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

Color convert

RGB 120 86 70 -
CMYK 0 0.28 0.42 0.53
HSL 19.2º 0.26% 0.37% -
HSV(B) 19.2º 0.42% 0.47% -
XYZ 12.18 11.09 7.29 -
YUV 94.34 114.26 146.3 -
System Red Green Blue C M Y K H S L
Decimal 120 86 70 0 0.28 0.42 0.53 19.2 0.26 0.37
Hex 78 56 46 0 1C 2A 35 13 1A 25
Octal 170 126 106 0 34 52 65 23 32 45
Binary 1111000 1010110 1000110 0 11100 101010 110101 10011 11010 100101

Color Harmonies of #785646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785646

Black with #785646

Text Example


Text Example

White with #785646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785646; }

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

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

background-color css

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

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

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

border-color css

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

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

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