Html Css Color HEX #76543E Old Copper

📋 copy color: '#76543E'

red 118 ◦ green 84 ◦ blue 62

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

Shades of Old Copper #76543E

Tints of Old Copper #76543E

RGB

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

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

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

R = 44.7%
G = 31.82%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#76543E (or 0x76543E) is known color: Old Copper. HEX triplet: 76, 54 and 3E. RGB value is (118,84,62). Sum of RGB (Red+Green+Blue) = 118+84+62=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 62 (24.61% from 255 or 23.48% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #76543E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76543E is #89ABC1. Grayscale: #5B5B5B. Windows color (decimal): -9022402 or 4084854. OLE color: 4084854.

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

Color convert

RGB 118 84 62 -
CMYK 0 0.29 0.47 0.54
HSL 23.57º 0.31% 0.35% -
HSV(B) 23.57º 0.47% 0.46% -
XYZ 11.51 10.54 5.99 -
YUV 91.66 111.26 146.79 -
System Red Green Blue C M Y K H S L
Decimal 118 84 62 0 0.29 0.47 0.54 23.57 0.31 0.35
Hex 76 54 3E 0 1D 2F 36 18 1F 23
Octal 166 124 76 0 35 57 66 30 37 43
Binary 1110110 1010100 111110 0 11101 101111 110110 11000 11111 100011

Color Harmonies of #76543E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76543E

Black with #76543E

Text Example


Text Example

White with #76543E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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