Html Css Color HEX #76563F Old Copper

📋 copy color: '#76563F'

red 118 ◦ green 86 ◦ blue 63

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

Shades of Old Copper #76563F

Tints of Old Copper #76563F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.6%

R = 44.19%
G = 32.21%
B = 23.6%

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

#76563F (or 0x76563F) is known color: Old Copper. HEX triplet: 76, 56 and 3F. RGB value is (118,86,63). Sum of RGB (Red+Green+Blue) = 118+86+63=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 86 (33.98% from 255 or 32.21% from 267); Blue value is 63 (25% from 255 or 23.60% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #76563F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76563F is #89A9C0. Grayscale: #5D5D5D. Windows color (decimal): -9021889 or 4150902. OLE color: 4150902.

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

Color convert

RGB 118 86 63 -
CMYK 0 0.27 0.47 0.54
HSL 25.09º 0.3% 0.35% -
HSV(B) 25.09º 0.47% 0.46% -
XYZ 11.7 10.87 6.18 -
YUV 92.95 111.1 145.87 -
System Red Green Blue C M Y K H S L
Decimal 118 86 63 0 0.27 0.47 0.54 25.09 0.3 0.35
Hex 76 56 3F 0 1B 2F 36 19 1E 23
Octal 166 126 77 0 33 57 66 31 36 43
Binary 1110110 1010110 111111 0 11011 101111 110110 11001 11110 100011

Color Harmonies of #76563F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76563F

Black with #76563F

Text Example


Text Example

White with #76563F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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