Html Css Color HEX #785242 Old Copper

📋 copy color: '#785242'

red 120 ◦ green 82 ◦ blue 66

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

Shades of Old Copper #785242

Tints of Old Copper #785242

RGB

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

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

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

R = 44.78%
G = 30.6%
B = 24.63%

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

#785242 (or 0x785242) is known color: Old Copper. HEX triplet: 78, 52 and 42. RGB value is (120,82,66). Sum of RGB (Red+Green+Blue) = 120+82+66=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 66 (26.17% from 255 or 24.63% from 268); Max value from RGB is 120 - color contains mainly: red. Hex color #785242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785242 is #87ADBD. Grayscale: #5B5B5B. Windows color (decimal): -8891838 or 4346488. OLE color: 4346488.

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

Color convert

RGB 120 82 66 -
CMYK 0 0.32 0.45 0.53
HSL 17.78º 0.29% 0.36% -
HSV(B) 17.78º 0.45% 0.47% -
XYZ 11.75 10.42 6.55 -
YUV 91.54 113.59 148.3 -
System Red Green Blue C M Y K H S L
Decimal 120 82 66 0 0.32 0.45 0.53 17.78 0.29 0.36
Hex 78 52 42 0 20 2D 35 12 1D 24
Octal 170 122 102 0 40 55 65 22 35 44
Binary 1111000 1010010 1000010 0 100000 101101 110101 10010 11101 100100

Color Harmonies of #785242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785242

Black with #785242

Text Example


Text Example

White with #785242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785242; }

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

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

background-color css

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

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

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

border-color css

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

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

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