Html Css Color HEX #785641 Old Copper

📋 copy color: '#785641'

red 120 ◦ green 86 ◦ blue 65

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

Shades of Old Copper #785641

Tints of Old Copper #785641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.99%

R = 44.28%
G = 31.73%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#785641 (or 0x785641) is known color: Old Copper. HEX triplet: 78, 56 and 41. RGB value is (120,86,65). Sum of RGB (Red+Green+Blue) = 120+86+65=271 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.28% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 65 (25.78% from 255 or 23.99% from 271); Max value from RGB is 120 - color contains mainly: red. Hex color #785641 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785641 is #87A9BE. Grayscale: #5D5D5D. Windows color (decimal): -8890815 or 4281976. OLE color: 4281976.

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

Color convert

RGB 120 86 65 -
CMYK 0 0.28 0.46 0.53
HSL 22.91º 0.3% 0.36% -
HSV(B) 22.91º 0.46% 0.47% -
XYZ 12.03 11.03 6.5 -
YUV 93.77 111.76 146.71 -
System Red Green Blue C M Y K H S L
Decimal 120 86 65 0 0.28 0.46 0.53 22.91 0.3 0.36
Hex 78 56 41 0 1C 2E 35 17 1E 24
Octal 170 126 101 0 34 56 65 27 36 44
Binary 1111000 1010110 1000001 0 11100 101110 110101 10111 11110 100100

Color Harmonies of #785641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785641

Black with #785641

Text Example


Text Example

White with #785641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785641; }

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

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

background-color css

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

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

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

border-color css

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

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

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