Html Css Color HEX #76513F Old Copper

📋 copy color: '#76513F'

red 118 ◦ green 81 ◦ blue 63

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

Shades of Old Copper #76513F

Tints of Old Copper #76513F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.92%

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

R = 45.04%
G = 30.92%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#76513F (or 0x76513F) is known color: Old Copper. HEX triplet: 76, 51 and 3F. RGB value is (118,81,63). Sum of RGB (Red+Green+Blue) = 118+81+63=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 63 (25% from 255 or 24.05% from 262); Max value from RGB is 118 - color contains mainly: red. Hex color #76513F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76513F is #89AEC0. Grayscale: #5A5A5A. Windows color (decimal): -9023169 or 4149622. OLE color: 4149622.

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

Color convert

RGB 118 81 63 -
CMYK 0 0.31 0.47 0.54
HSL 19.64º 0.3% 0.35% -
HSV(B) 19.64º 0.47% 0.46% -
XYZ 11.31 10.1 6.06 -
YUV 90.01 112.76 147.96 -
System Red Green Blue C M Y K H S L
Decimal 118 81 63 0 0.31 0.47 0.54 19.64 0.3 0.35
Hex 76 51 3F 0 1F 2F 36 14 1E 23
Octal 166 121 77 0 37 57 66 24 36 43
Binary 1110110 1010001 111111 0 11111 101111 110110 10100 11110 100011

Color Harmonies of #76513F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76513F

Black with #76513F

Text Example


Text Example

White with #76513F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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