Html Css Color HEX #785337 Old Copper

📋 copy color: '#785337'

red 120 ◦ green 83 ◦ blue 55

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

Shades of Old Copper #785337

Tints of Old Copper #785337

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.17%

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

R = 46.51%
G = 32.17%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.54

 K value IS 0.53

RGB Variations

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

Color information

#785337 (or 0x785337) is known color: Old Copper. HEX triplet: 78, 53 and 37. RGB value is (120,83,55). Sum of RGB (Red+Green+Blue) = 120+83+55=258 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.51% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 55 (21.88% from 255 or 21.32% from 258); Max value from RGB is 120 - color contains mainly: red. Hex color #785337 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785337 is #87ACC8. Grayscale: #5B5B5B. Windows color (decimal): -8891593 or 3625848. OLE color: 3625848.

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

Color convert

RGB 120 83 55 -
CMYK 0 0.31 0.54 0.53
HSL 25.85º 0.37% 0.34% -
HSV(B) 25.85º 0.54% 0.47% -
XYZ 11.53 10.46 5.02 -
YUV 90.87 107.76 148.78 -
System Red Green Blue C M Y K H S L
Decimal 120 83 55 0 0.31 0.54 0.53 25.85 0.37 0.34
Hex 78 53 37 0 1F 36 35 1A 25 22
Octal 170 123 67 0 37 66 65 32 45 42
Binary 1111000 1010011 110111 0 11111 110110 110101 11010 100101 100010

Color Harmonies of #785337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785337

Black with #785337

Text Example


Text Example

White with #785337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785337; }

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

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

background-color css

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

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

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

border-color css

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

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

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