Html Css Color HEX #785544 Old Copper

📋 copy color: '#785544'

red 120 ◦ green 85 ◦ blue 68

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

Shades of Old Copper #785544

Tints of Old Copper #785544

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.14%

 BLUE value IS 68 (26.95% from 255) = 24.91%

R = 43.96%
G = 31.14%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#785544 (or 0x785544) is known color: Old Copper. HEX triplet: 78, 55 and 44. RGB value is (120,85,68). Sum of RGB (Red+Green+Blue) = 120+85+68=273 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.96% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 68 (26.95% from 255 or 24.91% from 273); Max value from RGB is 120 - color contains mainly: red. Hex color #785544 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785544 is #87AABB. Grayscale: #5D5D5D. Windows color (decimal): -8891068 or 4478328. OLE color: 4478328.

HSL color Cylindrical-coordinate representation of color #785544: hue angle of 19.62º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #785544 is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 85 68 -
CMYK 0 0.29 0.43 0.53
HSL 19.62º 0.28% 0.37% -
HSV(B) 19.62º 0.43% 0.47% -
XYZ 12.04 10.91 6.94 -
YUV 93.53 113.6 146.88 -
System Red Green Blue C M Y K H S L
Decimal 120 85 68 0 0.29 0.43 0.53 19.62 0.28 0.37
Hex 78 55 44 0 1D 2B 35 14 1C 25
Octal 170 125 104 0 35 53 65 24 34 45
Binary 1111000 1010101 1000100 0 11101 101011 110101 10100 11100 100101

Color Harmonies of #785544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785544

Black with #785544

Text Example


Text Example

White with #785544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785544; }

 p { color: rgb(120,85,68); }

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

background-color css

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

 a { background-color: rgb(120,85,68); }

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

border-color css

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

 span { border-color: rgb(120,85,68); }

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