Html Css Color HEX #785642 Old Copper

📋 copy color: '#785642'

red 120 ◦ green 86 ◦ blue 66

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

Shades of Old Copper #785642

Tints of Old Copper #785642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24.26%

R = 44.12%
G = 31.62%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#785642 (or 0x785642) is known color: Old Copper. HEX triplet: 78, 56 and 42. RGB value is (120,86,66). Sum of RGB (Red+Green+Blue) = 120+86+66=272 (36% of max value = 765). Red value is 120 (47.27% from 255 or 44.12% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 66 (26.17% from 255 or 24.26% from 272); Max value from RGB is 120 - color contains mainly: red. Hex color #785642 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785642 is #87A9BD. Grayscale: #5E5E5E. Windows color (decimal): -8890814 or 4347512. OLE color: 4347512.

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

Color convert

RGB 120 86 66 -
CMYK 0 0.28 0.45 0.53
HSL 22.22º 0.29% 0.36% -
HSV(B) 22.22º 0.45% 0.47% -
XYZ 12.06 11.04 6.65 -
YUV 93.89 112.26 146.63 -
System Red Green Blue C M Y K H S L
Decimal 120 86 66 0 0.28 0.45 0.53 22.22 0.29 0.36
Hex 78 56 42 0 1C 2D 35 16 1D 24
Octal 170 126 102 0 34 55 65 26 35 44
Binary 1111000 1010110 1000010 0 11100 101101 110101 10110 11101 100100

Color Harmonies of #785642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785642

Black with #785642

Text Example


Text Example

White with #785642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785642; }

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

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

background-color css

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

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

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

border-color css

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

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

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