Html Css Color HEX #785545 Old Copper

📋 copy color: '#785545'

red 120 ◦ green 85 ◦ blue 69

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

Shades of Old Copper #785545

Tints of Old Copper #785545

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.02%

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

R = 43.8%
G = 31.02%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#785545 (or 0x785545) is known color: Old Copper. HEX triplet: 78, 55 and 45. RGB value is (120,85,69). Sum of RGB (Red+Green+Blue) = 120+85+69=274 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.80% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 69 (27.34% from 255 or 25.18% from 274); Max value from RGB is 120 - color contains mainly: red. Hex color #785545 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785545 is #87AABA. Grayscale: #5D5D5D. Windows color (decimal): -8891067 or 4543864. OLE color: 4543864.

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

Color convert

RGB 120 85 69 -
CMYK 0 0.29 0.42 0.53
HSL 18.82º 0.27% 0.37% -
HSV(B) 18.82º 0.43% 0.47% -
XYZ 12.07 10.92 7.1 -
YUV 93.64 114.1 146.8 -
System Red Green Blue C M Y K H S L
Decimal 120 85 69 0 0.29 0.42 0.53 18.82 0.27 0.37
Hex 78 55 45 0 1D 2A 35 13 1B 25
Octal 170 125 105 0 35 52 65 23 33 45
Binary 1111000 1010101 1000101 0 11101 101010 110101 10011 11011 100101

Color Harmonies of #785545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785545

Black with #785545

Text Example


Text Example

White with #785545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785545; }

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

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

background-color css

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

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

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

border-color css

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

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

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