Html Css Color HEX #78513B Old Copper

📋 copy color: '#78513B'

red 120 ◦ green 81 ◦ blue 59

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

Shades of Old Copper #78513B

Tints of Old Copper #78513B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.69%

R = 46.15%
G = 31.15%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#78513B (or 0x78513B) is known color: Old Copper. HEX triplet: 78, 51 and 3B. RGB value is (120,81,59). Sum of RGB (Red+Green+Blue) = 120+81+59=260 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.15% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 120 - color contains mainly: red. Hex color #78513B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78513B is #87AEC4. Grayscale: #5A5A5A. Windows color (decimal): -8892101 or 3887480. OLE color: 3887480.

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

Color convert

RGB 120 81 59 -
CMYK 0 0.32 0.51 0.53
HSL 21.64º 0.34% 0.35% -
HSV(B) 21.64º 0.51% 0.47% -
XYZ 11.48 10.19 5.5 -
YUV 90.15 110.42 149.29 -
System Red Green Blue C M Y K H S L
Decimal 120 81 59 0 0.32 0.51 0.53 21.64 0.34 0.35
Hex 78 51 3B 0 20 33 35 16 22 23
Octal 170 121 73 0 40 63 65 26 42 43
Binary 1111000 1010001 111011 0 100000 110011 110101 10110 100010 100011

Color Harmonies of #78513B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78513B

Black with #78513B

Text Example


Text Example

White with #78513B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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