Html Css Color HEX #76563E Old Copper

📋 copy color: '#76563E'

red 118 ◦ green 86 ◦ blue 62

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

Shades of Old Copper #76563E

Tints of Old Copper #76563E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.33%

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

R = 44.36%
G = 32.33%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#76563E (or 0x76563E) is known color: Old Copper. HEX triplet: 76, 56 and 3E. RGB value is (118,86,62). Sum of RGB (Red+Green+Blue) = 118+86+62=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 62 (24.61% from 255 or 23.31% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #76563E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76563E is #89A9C1. Grayscale: #5C5C5C. Windows color (decimal): -9021890 or 4085366. OLE color: 4085366.

HSL color Cylindrical-coordinate representation of color #76563E: hue angle of 25.71º 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 #76563E is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 86 62 -
CMYK 0 0.27 0.47 0.54
HSL 25.71º 0.31% 0.35% -
HSV(B) 25.71º 0.47% 0.46% -
XYZ 11.67 10.85 6.04 -
YUV 92.83 110.6 145.95 -
System Red Green Blue C M Y K H S L
Decimal 118 86 62 0 0.27 0.47 0.54 25.71 0.31 0.35
Hex 76 56 3E 0 1B 2F 36 1A 1F 23
Octal 166 126 76 0 33 57 66 32 37 43
Binary 1110110 1010110 111110 0 11011 101111 110110 11010 11111 100011

Color Harmonies of #76563E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76563E

Black with #76563E

Text Example


Text Example

White with #76563E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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