Html Css Color HEX #78513E Old Copper

📋 copy color: '#78513E'

red 120 ◦ green 81 ◦ blue 62

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

Shades of Old Copper #78513E

Tints of Old Copper #78513E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.8%

 BLUE value IS 62 (24.61% from 255) = 23.57%

R = 45.63%
G = 30.8%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#78513E (or 0x78513E) is known color: Old Copper. HEX triplet: 78, 51 and 3E. RGB value is (120,81,62). Sum of RGB (Red+Green+Blue) = 120+81+62=263 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.63% from 263); Green value is 81 (32.03% from 255 or 30.80% from 263); Blue value is 62 (24.61% from 255 or 23.57% from 263); Max value from RGB is 120 - color contains mainly: red. Hex color #78513E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78513E is #87AEC1. Grayscale: #5A5A5A. Windows color (decimal): -8892098 or 4084088. OLE color: 4084088.

HSL color Cylindrical-coordinate representation of color #78513E: hue angle of 19.66º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78513E is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 81 62 -
CMYK 0 0.32 0.48 0.53
HSL 19.66º 0.32% 0.36% -
HSV(B) 19.66º 0.48% 0.47% -
XYZ 11.56 10.23 5.92 -
YUV 90.5 111.92 149.04 -
System Red Green Blue C M Y K H S L
Decimal 120 81 62 0 0.32 0.48 0.53 19.66 0.32 0.36
Hex 78 51 3E 0 20 30 35 14 20 24
Octal 170 121 76 0 40 60 65 24 40 44
Binary 1111000 1010001 111110 0 100000 110000 110101 10100 100000 100100

Color Harmonies of #78513E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78513E

Black with #78513E

Text Example


Text Example

White with #78513E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78513E; }

 p { color: rgb(120,81,62); }

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

background-color css

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

 a { background-color: rgb(120,81,62); }

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

border-color css

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

 span { border-color: rgb(120,81,62); }

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