Html Css Color HEX #785240 Old Copper

📋 copy color: '#785240'

red 120 ◦ green 82 ◦ blue 64

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

Shades of Old Copper #785240

Tints of Old Copper #785240

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.83%

 BLUE value IS 64 (25.39% from 255) = 24.06%

R = 45.11%
G = 30.83%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#785240 (or 0x785240) is known color: Old Copper. HEX triplet: 78, 52 and 40. RGB value is (120,82,64). Sum of RGB (Red+Green+Blue) = 120+82+64=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 120 - color contains mainly: red. Hex color #785240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785240 is #87ADBF. Grayscale: #5B5B5B. Windows color (decimal): -8891840 or 4215416. OLE color: 4215416.

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

Color convert

RGB 120 82 64 -
CMYK 0 0.32 0.47 0.53
HSL 19.29º 0.3% 0.36% -
HSV(B) 19.29º 0.47% 0.47% -
XYZ 11.69 10.4 6.24 -
YUV 91.31 112.59 148.46 -
System Red Green Blue C M Y K H S L
Decimal 120 82 64 0 0.32 0.47 0.53 19.29 0.3 0.36
Hex 78 52 40 0 20 2F 35 13 1E 24
Octal 170 122 100 0 40 57 65 23 36 44
Binary 1111000 1010010 1000000 0 100000 101111 110101 10011 11110 100100

Color Harmonies of #785240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785240

Black with #785240

Text Example


Text Example

White with #785240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785240; }

 p { color: rgb(120,82,64); }

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

background-color css

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

 a { background-color: rgb(120,82,64); }

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

border-color css

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

 span { border-color: rgb(120,82,64); }

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