Html Css Color HEX #78543C Old Copper

📋 copy color: '#78543C'

red 120 ◦ green 84 ◦ blue 60

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

Shades of Old Copper #78543C

Tints of Old Copper #78543C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.82%

 BLUE value IS 60 (23.83% from 255) = 22.73%

R = 45.45%
G = 31.82%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.5

 K value IS 0.53

RGB Variations

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

Color information

#78543C (or 0x78543C) is known color: Old Copper. HEX triplet: 78, 54 and 3C. RGB value is (120,84,60). Sum of RGB (Red+Green+Blue) = 120+84+60=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 60 (23.83% from 255 or 22.73% from 264); Max value from RGB is 120 - color contains mainly: red. Hex color #78543C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78543C is #87ABC3. Grayscale: #5C5C5C. Windows color (decimal): -8891332 or 3953784. OLE color: 3953784.

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

Color convert

RGB 120 84 60 -
CMYK 0 0.3 0.5 0.53
HSL 24º 0.33% 0.35% -
HSV(B) 24º 0.5% 0.47% -
XYZ 11.73 10.66 5.71 -
YUV 92.03 109.93 147.95 -
System Red Green Blue C M Y K H S L
Decimal 120 84 60 0 0.3 0.5 0.53 24 0.33 0.35
Hex 78 54 3C 0 1E 32 35 18 21 23
Octal 170 124 74 0 36 62 65 30 41 43
Binary 1111000 1010100 111100 0 11110 110010 110101 11000 100001 100011

Color Harmonies of #78543C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78543C

Black with #78543C

Text Example


Text Example

White with #78543C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78543C; }

 p { color: rgb(120,84,60); }

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

background-color css

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

 a { background-color: rgb(120,84,60); }

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

border-color css

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

 span { border-color: rgb(120,84,60); }

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