Html Css Color HEX #785237 Old Copper

📋 copy color: '#785237'

red 120 ◦ green 82 ◦ blue 55

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

Shades of Old Copper #785237

Tints of Old Copper #785237

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.91%

 BLUE value IS 55 (21.88% from 255) = 21.4%

R = 46.69%
G = 31.91%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.53

RGB Variations

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

Color information

#785237 (or 0x785237) is known color: Old Copper. HEX triplet: 78, 52 and 37. RGB value is (120,82,55). Sum of RGB (Red+Green+Blue) = 120+82+55=257 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.69% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 55 (21.88% from 255 or 21.40% from 257); Max value from RGB is 120 - color contains mainly: red. Hex color #785237 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785237 is #87ADC8. Grayscale: #5A5A5A. Windows color (decimal): -8891849 or 3625592. OLE color: 3625592.

HSL color Cylindrical-coordinate representation of color #785237: hue angle of 24.92º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #785237 is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 82 55 -
CMYK 0 0.32 0.54 0.53
HSL 24.92º 0.37% 0.34% -
HSV(B) 24.92º 0.54% 0.47% -
XYZ 11.45 10.3 5 -
YUV 90.28 108.09 149.2 -
System Red Green Blue C M Y K H S L
Decimal 120 82 55 0 0.32 0.54 0.53 24.92 0.37 0.34
Hex 78 52 37 0 20 36 35 19 25 22
Octal 170 122 67 0 40 66 65 31 45 42
Binary 1111000 1010010 110111 0 100000 110110 110101 11001 100101 100010

Color Harmonies of #785237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785237

Black with #785237

Text Example


Text Example

White with #785237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785237; }

 p { color: rgb(120,82,55); }

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

background-color css

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

 a { background-color: rgb(120,82,55); }

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

border-color css

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

 span { border-color: rgb(120,82,55); }

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