Html Css Color HEX #78523D Old Copper

📋 copy color: '#78523D'

red 120 ◦ green 82 ◦ blue 61

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

Shades of Old Copper #78523D

Tints of Old Copper #78523D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.18%

 BLUE value IS 61 (24.22% from 255) = 23.19%

R = 45.63%
G = 31.18%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.53

RGB Variations

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

Color information

#78523D (or 0x78523D) is known color: Old Copper. HEX triplet: 78, 52 and 3D. RGB value is (120,82,61). Sum of RGB (Red+Green+Blue) = 120+82+61=263 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.63% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 61 (24.22% from 255 or 23.19% from 263); Max value from RGB is 120 - color contains mainly: red. Hex color #78523D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78523D is #87ADC2. Grayscale: #5B5B5B. Windows color (decimal): -8891843 or 4018808. OLE color: 4018808.

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

Color convert

RGB 120 82 61 -
CMYK 0 0.32 0.49 0.53
HSL 21.36º 0.33% 0.35% -
HSV(B) 21.36º 0.49% 0.47% -
XYZ 11.61 10.36 5.8 -
YUV 90.97 111.09 148.71 -
System Red Green Blue C M Y K H S L
Decimal 120 82 61 0 0.32 0.49 0.53 21.36 0.33 0.35
Hex 78 52 3D 0 20 31 35 15 21 23
Octal 170 122 75 0 40 61 65 25 41 43
Binary 1111000 1010010 111101 0 100000 110001 110101 10101 100001 100011

Color Harmonies of #78523D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78523D

Black with #78523D

Text Example


Text Example

White with #78523D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78523D; }

 p { color: rgb(120,82,61); }

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

background-color css

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

 a { background-color: rgb(120,82,61); }

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

border-color css

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

 span { border-color: rgb(120,82,61); }

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