Html Css Color HEX #785648 Old Copper

📋 copy color: '#785648'

red 120 ◦ green 86 ◦ blue 72

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

Shades of Old Copper #785648

Tints of Old Copper #785648

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.94%

 BLUE value IS 72 (28.52% from 255) = 25.9%

R = 43.17%
G = 30.94%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#785648 (or 0x785648) is known color: Old Copper. HEX triplet: 78, 56 and 48. RGB value is (120,86,72). Sum of RGB (Red+Green+Blue) = 120+86+72=278 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.17% from 278); Green value is 86 (33.98% from 255 or 30.94% from 278); Blue value is 72 (28.52% from 255 or 25.90% from 278); Max value from RGB is 120 - color contains mainly: red. Hex color #785648 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785648 is #87A9B7. Grayscale: #5E5E5E. Windows color (decimal): -8890808 or 4740728. OLE color: 4740728.

HSL color Cylindrical-coordinate representation of color #785648: hue angle of 17.5º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #785648 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 86 72 -
CMYK 0 0.28 0.40 0.53
HSL 17.5º 0.25% 0.38% -
HSV(B) 17.5º 0.4% 0.47% -
XYZ 12.24 11.12 7.63 -
YUV 94.57 115.26 146.14 -
System Red Green Blue C M Y K H S L
Decimal 120 86 72 0 0.28 0.40 0.53 17.5 0.25 0.38
Hex 78 56 48 0 1C 28 35 12 19 26
Octal 170 126 110 0 34 50 65 22 31 46
Binary 1111000 1010110 1001000 0 11100 101000 110101 10010 11001 100110

Color Harmonies of #785648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785648

Black with #785648

Text Example


Text Example

White with #785648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785648; }

 p { color: rgb(120,86,72); }

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

background-color css

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

 a { background-color: rgb(120,86,72); }

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

border-color css

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

 span { border-color: rgb(120,86,72); }

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