Html Css Color HEX #785844 Old Copper

📋 copy color: '#785844'

red 120 ◦ green 88 ◦ blue 68

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

Shades of Old Copper #785844

Tints of Old Copper #785844

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.88%

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

R = 43.48%
G = 31.88%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#785844 (or 0x785844) is known color: Old Copper. HEX triplet: 78, 58 and 44. RGB value is (120,88,68). Sum of RGB (Red+Green+Blue) = 120+88+68=276 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.48% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 68 (26.95% from 255 or 24.64% from 276); Max value from RGB is 120 - color contains mainly: red. Hex color #785844 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785844 is #87A7BB. Grayscale: #5F5F5F. Windows color (decimal): -8890300 or 4479096. OLE color: 4479096.

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

Color convert

RGB 120 88 68 -
CMYK 0 0.27 0.43 0.53
HSL 23.08º 0.28% 0.37% -
HSV(B) 23.08º 0.43% 0.47% -
XYZ 12.28 11.39 7.02 -
YUV 95.29 112.6 145.63 -
System Red Green Blue C M Y K H S L
Decimal 120 88 68 0 0.27 0.43 0.53 23.08 0.28 0.37
Hex 78 58 44 0 1B 2B 35 17 1C 25
Octal 170 130 104 0 33 53 65 27 34 45
Binary 1111000 1011000 1000100 0 11011 101011 110101 10111 11100 100101

Color Harmonies of #785844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785844

Black with #785844

Text Example


Text Example

White with #785844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785844; }

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

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

background-color css

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

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

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

border-color css

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

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

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