Html Css Color HEX #785441 Old Copper

📋 copy color: '#785441'

red 120 ◦ green 84 ◦ blue 65

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

Shades of Old Copper #785441

Tints of Old Copper #785441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.16%

R = 44.61%
G = 31.23%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#785441 (or 0x785441) is known color: Old Copper. HEX triplet: 78, 54 and 41. RGB value is (120,84,65). Sum of RGB (Red+Green+Blue) = 120+84+65=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 65 (25.78% from 255 or 24.16% from 269); Max value from RGB is 120 - color contains mainly: red. Hex color #785441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785441 is #87ABBE. Grayscale: #5C5C5C. Windows color (decimal): -8891327 or 4281464. OLE color: 4281464.

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

Color convert

RGB 120 84 65 -
CMYK 0 0.3 0.46 0.53
HSL 20.73º 0.3% 0.36% -
HSV(B) 20.73º 0.46% 0.47% -
XYZ 11.87 10.72 6.44 -
YUV 92.6 112.43 147.54 -
System Red Green Blue C M Y K H S L
Decimal 120 84 65 0 0.3 0.46 0.53 20.73 0.3 0.36
Hex 78 54 41 0 1E 2E 35 15 1E 24
Octal 170 124 101 0 36 56 65 25 36 44
Binary 1111000 1010100 1000001 0 11110 101110 110101 10101 11110 100100

Color Harmonies of #785441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785441

Black with #785441

Text Example


Text Example

White with #785441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785441; }

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

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

background-color css

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

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

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

border-color css

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

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

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