Html Css Color HEX #76563D Old Copper

📋 copy color: '#76563D'

red 118 ◦ green 86 ◦ blue 61

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

Shades of Old Copper #76563D

Tints of Old Copper #76563D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.02%

R = 44.53%
G = 32.45%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#76563D (or 0x76563D) is known color: Old Copper. HEX triplet: 76, 56 and 3D. RGB value is (118,86,61). Sum of RGB (Red+Green+Blue) = 118+86+61=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 61 (24.22% from 255 or 23.02% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #76563D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76563D is #89A9C2. Grayscale: #5C5C5C. Windows color (decimal): -9021891 or 4019830. OLE color: 4019830.

HSL color Cylindrical-coordinate representation of color #76563D: hue angle of 26.32º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76563D is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 86 61 -
CMYK 0 0.27 0.48 0.54
HSL 26.32º 0.32% 0.35% -
HSV(B) 26.32º 0.48% 0.46% -
XYZ 11.64 10.84 5.89 -
YUV 92.72 110.1 146.03 -
System Red Green Blue C M Y K H S L
Decimal 118 86 61 0 0.27 0.48 0.54 26.32 0.32 0.35
Hex 76 56 3D 0 1B 30 36 1A 20 23
Octal 166 126 75 0 33 60 66 32 40 43
Binary 1110110 1010110 111101 0 11011 110000 110110 11010 100000 100011

Color Harmonies of #76563D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76563D

Black with #76563D

Text Example


Text Example

White with #76563D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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