Html Css Color HEX #76513D Old Copper

📋 copy color: '#76513D'

red 118 ◦ green 81 ◦ blue 61

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

Shades of Old Copper #76513D

Tints of Old Copper #76513D

RGB

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

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

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

R = 45.38%
G = 31.15%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#76513D (or 0x76513D) is known color: Old Copper. HEX triplet: 76, 51 and 3D. RGB value is (118,81,61). Sum of RGB (Red+Green+Blue) = 118+81+61=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 61 (24.22% from 255 or 23.46% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #76513D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76513D is #89AEC2. Grayscale: #595959. Windows color (decimal): -9023171 or 4018550. OLE color: 4018550.

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

Color convert

RGB 118 81 61 -
CMYK 0 0.31 0.48 0.54
HSL 21.05º 0.32% 0.35% -
HSV(B) 21.05º 0.48% 0.46% -
XYZ 11.26 10.07 5.77 -
YUV 89.78 111.76 148.13 -
System Red Green Blue C M Y K H S L
Decimal 118 81 61 0 0.31 0.48 0.54 21.05 0.32 0.35
Hex 76 51 3D 0 1F 30 36 15 20 23
Octal 166 121 75 0 37 60 66 25 40 43
Binary 1110110 1010001 111101 0 11111 110000 110110 10101 100000 100011

Color Harmonies of #76513D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76513D

Black with #76513D

Text Example


Text Example

White with #76513D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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