Html Css Color HEX #785142 Old Copper

📋 copy color: '#785142'

red 120 ◦ green 81 ◦ blue 66

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

Shades of Old Copper #785142

Tints of Old Copper #785142

RGB

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

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

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

R = 44.94%
G = 30.34%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#785142 (or 0x785142) is known color: Old Copper. HEX triplet: 78, 51 and 42. RGB value is (120,81,66). Sum of RGB (Red+Green+Blue) = 120+81+66=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 120 - color contains mainly: red. Hex color #785142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785142 is #87AEBD. Grayscale: #5B5B5B. Windows color (decimal): -8892094 or 4346232. OLE color: 4346232.

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

Color convert

RGB 120 81 66 -
CMYK 0 0.32 0.45 0.53
HSL 16.67º 0.29% 0.36% -
HSV(B) 16.67º 0.45% 0.47% -
XYZ 11.67 10.27 6.52 -
YUV 90.95 113.92 148.72 -
System Red Green Blue C M Y K H S L
Decimal 120 81 66 0 0.32 0.45 0.53 16.67 0.29 0.36
Hex 78 51 42 0 20 2D 35 11 1D 24
Octal 170 121 102 0 40 55 65 21 35 44
Binary 1111000 1010001 1000010 0 100000 101101 110101 10001 11101 100100

Color Harmonies of #785142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785142

Black with #785142

Text Example


Text Example

White with #785142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785142; }

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

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

background-color css

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

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

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

border-color css

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

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

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