Html Css Color HEX #785445 Old Copper

📋 copy color: '#785445'

red 120 ◦ green 84 ◦ blue 69

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

Shades of Old Copper #785445

Tints of Old Copper #785445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 25.27%

R = 43.96%
G = 30.77%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#785445 (or 0x785445) is known color: Old Copper. HEX triplet: 78, 54 and 45. RGB value is (120,84,69). Sum of RGB (Red+Green+Blue) = 120+84+69=273 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.96% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 120 - color contains mainly: red. Hex color #785445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785445 is #87ABBA. Grayscale: #5D5D5D. Windows color (decimal): -8891323 or 4543608. OLE color: 4543608.

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

Color convert

RGB 120 84 69 -
CMYK 0 0.3 0.42 0.53
HSL 17.65º 0.27% 0.37% -
HSV(B) 17.65º 0.43% 0.47% -
XYZ 11.99 10.76 7.08 -
YUV 93.05 114.43 147.22 -
System Red Green Blue C M Y K H S L
Decimal 120 84 69 0 0.3 0.42 0.53 17.65 0.27 0.37
Hex 78 54 45 0 1E 2A 35 12 1B 25
Octal 170 124 105 0 36 52 65 22 33 45
Binary 1111000 1010100 1000101 0 11110 101010 110101 10010 11011 100101

Color Harmonies of #785445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785445

Black with #785445

Text Example


Text Example

White with #785445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785445; }

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

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

background-color css

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

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

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

border-color css

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

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

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