Html Css Color HEX #785746 Old Copper

📋 copy color: '#785746'

red 120 ◦ green 87 ◦ blue 70

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

Shades of Old Copper #785746

Tints of Old Copper #785746

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.41%

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

R = 43.32%
G = 31.41%
B = 25.27%

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

#785746 (or 0x785746) is known color: Old Copper. HEX triplet: 78, 57 and 46. RGB value is (120,87,70). Sum of RGB (Red+Green+Blue) = 120+87+70=277 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.32% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 70 (27.73% from 255 or 25.27% from 277); Max value from RGB is 120 - color contains mainly: red. Hex color #785746 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785746 is #87A8B9. Grayscale: #5F5F5F. Windows color (decimal): -8890554 or 4609912. OLE color: 4609912.

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

Color convert

RGB 120 87 70 -
CMYK 0 0.28 0.42 0.53
HSL 20.4º 0.26% 0.37% -
HSV(B) 20.4º 0.42% 0.47% -
XYZ 12.26 11.25 7.32 -
YUV 94.93 113.93 145.88 -
System Red Green Blue C M Y K H S L
Decimal 120 87 70 0 0.28 0.42 0.53 20.4 0.26 0.37
Hex 78 57 46 0 1C 2A 35 14 1A 25
Octal 170 127 106 0 34 52 65 24 32 45
Binary 1111000 1010111 1000110 0 11100 101010 110101 10100 11010 100101

Color Harmonies of #785746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785746

Black with #785746

Text Example


Text Example

White with #785746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785746; }

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

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

background-color css

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

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

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

border-color css

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

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

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