Html Css Color HEX #76513B Old Copper

📋 copy color: '#76513B'

red 118 ◦ green 81 ◦ blue 59

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

Shades of Old Copper #76513B

Tints of Old Copper #76513B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.87%

R = 45.74%
G = 31.4%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#76513B (or 0x76513B) is known color: Old Copper. HEX triplet: 76, 51 and 3B. RGB value is (118,81,59). Sum of RGB (Red+Green+Blue) = 118+81+59=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 59 (23.44% from 255 or 22.87% from 258); Max value from RGB is 118 - color contains mainly: red. Hex color #76513B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76513B is #89AEC4. Grayscale: #595959. Windows color (decimal): -9023173 or 3887478. OLE color: 3887478.

HSL color Cylindrical-coordinate representation of color #76513B: hue angle of 22.37º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76513B is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 81 59 -
CMYK 0 0.31 0.50 0.54
HSL 22.37º 0.33% 0.35% -
HSV(B) 22.37º 0.5% 0.46% -
XYZ 11.2 10.05 5.49 -
YUV 89.56 110.76 148.29 -
System Red Green Blue C M Y K H S L
Decimal 118 81 59 0 0.31 0.50 0.54 22.37 0.33 0.35
Hex 76 51 3B 0 1F 32 36 16 21 23
Octal 166 121 73 0 37 62 66 26 41 43
Binary 1110110 1010001 111011 0 11111 110010 110110 10110 100001 100011

Color Harmonies of #76513B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76513B

Black with #76513B

Text Example


Text Example

White with #76513B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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