Html Css Color HEX #785440 Old Copper

📋 copy color: '#785440'

red 120 ◦ green 84 ◦ blue 64

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

Shades of Old Copper #785440

Tints of Old Copper #785440

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.34%

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

R = 44.78%
G = 31.34%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#785440 (or 0x785440) is known color: Old Copper. HEX triplet: 78, 54 and 40. RGB value is (120,84,64). Sum of RGB (Red+Green+Blue) = 120+84+64=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 120 - color contains mainly: red. Hex color #785440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785440 is #87ABBF. Grayscale: #5C5C5C. Windows color (decimal): -8891328 or 4215928. OLE color: 4215928.

HSL color Cylindrical-coordinate representation of color #785440: hue angle of 21.43º 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 #785440 is Cyan = 0, Magento = 0.3, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 84 64 -
CMYK 0 0.3 0.47 0.53
HSL 21.43º 0.3% 0.36% -
HSV(B) 21.43º 0.47% 0.47% -
XYZ 11.84 10.7 6.29 -
YUV 92.48 111.93 147.63 -
System Red Green Blue C M Y K H S L
Decimal 120 84 64 0 0.3 0.47 0.53 21.43 0.3 0.36
Hex 78 54 40 0 1E 2F 35 15 1E 24
Octal 170 124 100 0 36 57 65 25 36 44
Binary 1111000 1010100 1000000 0 11110 101111 110101 10101 11110 100100

Color Harmonies of #785440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785440

Black with #785440

Text Example


Text Example

White with #785440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785440; }

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

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

background-color css

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

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

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

border-color css

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

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

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