Html Css Color HEX #785138 Old Copper

📋 copy color: '#785138'

red 120 ◦ green 81 ◦ blue 56

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

Shades of Old Copper #785138

Tints of Old Copper #785138

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.52%

 BLUE value IS 56 (22.27% from 255) = 21.79%

R = 46.69%
G = 31.52%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.53

RGB Variations

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

Color information

#785138 (or 0x785138) is known color: Old Copper. HEX triplet: 78, 51 and 38. RGB value is (120,81,56). Sum of RGB (Red+Green+Blue) = 120+81+56=257 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.69% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 56 (22.27% from 255 or 21.79% from 257); Max value from RGB is 120 - color contains mainly: red. Hex color #785138 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785138 is #87AEC7. Grayscale: #595959. Windows color (decimal): -8892104 or 3690872. OLE color: 3690872.

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

Color convert

RGB 120 81 56 -
CMYK 0 0.32 0.53 0.53
HSL 23.44º 0.36% 0.35% -
HSV(B) 23.44º 0.53% 0.47% -
XYZ 11.4 10.16 5.1 -
YUV 89.81 108.92 149.53 -
System Red Green Blue C M Y K H S L
Decimal 120 81 56 0 0.32 0.53 0.53 23.44 0.36 0.35
Hex 78 51 38 0 20 35 35 17 24 23
Octal 170 121 70 0 40 65 65 27 44 43
Binary 1111000 1010001 111000 0 100000 110101 110101 10111 100100 100011

Color Harmonies of #785138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785138

Black with #785138

Text Example


Text Example

White with #785138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785138; }

 p { color: rgb(120,81,56); }

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

background-color css

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

 a { background-color: rgb(120,81,56); }

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

border-color css

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

 span { border-color: rgb(120,81,56); }

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