Html Css Color HEX #76543A Old Copper

📋 copy color: '#76543A'

red 118 ◦ green 84 ◦ blue 58

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

Shades of Old Copper #76543A

Tints of Old Copper #76543A

RGB

 RED value IS 118 (46.48% from 255) = 45.38%

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

 BLUE value IS 58 (23.05% from 255) = 22.31%

R = 45.38%
G = 32.31%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#76543A (or 0x76543A) is known color: Old Copper. HEX triplet: 76, 54 and 3A. RGB value is (118,84,58). Sum of RGB (Red+Green+Blue) = 118+84+58=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 84 (33.20% from 255 or 32.31% from 260); Blue value is 58 (23.05% from 255 or 22.31% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #76543A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76543A is #89ABC5. Grayscale: #5B5B5B. Windows color (decimal): -9022406 or 3822710. OLE color: 3822710.

HSL color Cylindrical-coordinate representation of color #76543A: hue angle of 26º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76543A is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 84 58 -
CMYK 0 0.29 0.51 0.54
HSL 26º 0.34% 0.35% -
HSV(B) 26º 0.51% 0.46% -
XYZ 11.41 10.5 5.43 -
YUV 91.2 109.26 147.11 -
System Red Green Blue C M Y K H S L
Decimal 118 84 58 0 0.29 0.51 0.54 26 0.34 0.35
Hex 76 54 3A 0 1D 33 36 1A 22 23
Octal 166 124 72 0 35 63 66 32 42 43
Binary 1110110 1010100 111010 0 11101 110011 110110 11010 100010 100011

Color Harmonies of #76543A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76543A

Black with #76543A

Text Example


Text Example

White with #76543A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76543A; }

 p { color: rgb(118,84,58); }

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

background-color css

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

 a { background-color: rgb(118,84,58); }

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

border-color css

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

 span { border-color: rgb(118,84,58); }

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