Html Css Color HEX #785548 Old Copper

📋 copy color: '#785548'

red 120 ◦ green 85 ◦ blue 72

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

Shades of Old Copper #785548

Tints of Old Copper #785548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 25.99%

R = 43.32%
G = 30.69%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#785548 (or 0x785548) is known color: Old Copper. HEX triplet: 78, 55 and 48. RGB value is (120,85,72). Sum of RGB (Red+Green+Blue) = 120+85+72=277 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.32% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 120 - color contains mainly: red. Hex color #785548 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785548 is #87AAB7. Grayscale: #5E5E5E. Windows color (decimal): -8891064 or 4740472. OLE color: 4740472.

HSL color Cylindrical-coordinate representation of color #785548: hue angle of 16.25º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #785548 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 85 72 -
CMYK 0 0.29 0.40 0.53
HSL 16.25º 0.25% 0.38% -
HSV(B) 16.25º 0.4% 0.47% -
XYZ 12.16 10.96 7.6 -
YUV 93.98 115.6 146.56 -
System Red Green Blue C M Y K H S L
Decimal 120 85 72 0 0.29 0.40 0.53 16.25 0.25 0.38
Hex 78 55 48 0 1D 28 35 10 19 26
Octal 170 125 110 0 35 50 65 20 31 46
Binary 1111000 1010101 1001000 0 11101 101000 110101 10000 11001 100110

Color Harmonies of #785548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785548

Black with #785548

Text Example


Text Example

White with #785548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785548; }

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

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

background-color css

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

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

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

border-color css

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

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

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