Html Css Color HEX #785442 Old Copper

📋 copy color: '#785442'

red 120 ◦ green 84 ◦ blue 66

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

Shades of Old Copper #785442

Tints of Old Copper #785442

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.11%

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

R = 44.44%
G = 31.11%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#785442 (or 0x785442) is known color: Old Copper. HEX triplet: 78, 54 and 42. RGB value is (120,84,66). Sum of RGB (Red+Green+Blue) = 120+84+66=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 66 (26.17% from 255 or 24.44% from 270); Max value from RGB is 120 - color contains mainly: red. Hex color #785442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785442 is #87ABBD. Grayscale: #5C5C5C. Windows color (decimal): -8891326 or 4347000. OLE color: 4347000.

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

Color convert

RGB 120 84 66 -
CMYK 0 0.3 0.45 0.53
HSL 20º 0.29% 0.36% -
HSV(B) 20º 0.45% 0.47% -
XYZ 11.9 10.73 6.6 -
YUV 92.71 112.93 147.46 -
System Red Green Blue C M Y K H S L
Decimal 120 84 66 0 0.3 0.45 0.53 20 0.29 0.36
Hex 78 54 42 0 1E 2D 35 14 1D 24
Octal 170 124 102 0 36 55 65 24 35 44
Binary 1111000 1010100 1000010 0 11110 101101 110101 10100 11101 100100

Color Harmonies of #785442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785442

Black with #785442

Text Example


Text Example

White with #785442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785442; }

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

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

background-color css

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

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

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

border-color css

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

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

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