Html Css Color HEX #76543C Old Copper

📋 copy color: '#76543C'

red 118 ◦ green 84 ◦ blue 60

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

Shades of Old Copper #76543C

Tints of Old Copper #76543C

RGB

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

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

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

R = 45.04%
G = 32.06%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#76543C (or 0x76543C) is known color: Old Copper. HEX triplet: 76, 54 and 3C. RGB value is (118,84,60). Sum of RGB (Red+Green+Blue) = 118+84+60=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 60 (23.83% from 255 or 22.90% from 262); Max value from RGB is 118 - color contains mainly: red. Hex color #76543C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76543C is #89ABC3. Grayscale: #5B5B5B. Windows color (decimal): -9022404 or 3953782. OLE color: 3953782.

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

Color convert

RGB 118 84 60 -
CMYK 0 0.29 0.49 0.54
HSL 24.83º 0.33% 0.35% -
HSV(B) 24.83º 0.49% 0.46% -
XYZ 11.46 10.52 5.7 -
YUV 91.43 110.26 146.95 -
System Red Green Blue C M Y K H S L
Decimal 118 84 60 0 0.29 0.49 0.54 24.83 0.33 0.35
Hex 76 54 3C 0 1D 31 36 19 21 23
Octal 166 124 74 0 35 61 66 31 41 43
Binary 1110110 1010100 111100 0 11101 110001 110110 11001 100001 100011

Color Harmonies of #76543C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76543C

Black with #76543C

Text Example


Text Example

White with #76543C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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