Html Css Color HEX #76503F Old Copper

📋 copy color: '#76503F'

red 118 ◦ green 80 ◦ blue 63

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

Shades of Old Copper #76503F

Tints of Old Copper #76503F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.65%

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

R = 45.21%
G = 30.65%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#76503F (or 0x76503F) is known color: Old Copper. HEX triplet: 76, 50 and 3F. RGB value is (118,80,63). Sum of RGB (Red+Green+Blue) = 118+80+63=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 63 (25% from 255 or 24.14% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #76503F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76503F is #89AFC0. Grayscale: #595959. Windows color (decimal): -9023425 or 4149366. OLE color: 4149366.

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

Color convert

RGB 118 80 63 -
CMYK 0 0.32 0.47 0.54
HSL 18.55º 0.3% 0.35% -
HSV(B) 18.55º 0.47% 0.46% -
XYZ 11.24 9.95 6.03 -
YUV 89.42 113.09 148.38 -
System Red Green Blue C M Y K H S L
Decimal 118 80 63 0 0.32 0.47 0.54 18.55 0.3 0.35
Hex 76 50 3F 0 20 2F 36 13 1E 23
Octal 166 120 77 0 40 57 66 23 36 43
Binary 1110110 1010000 111111 0 100000 101111 110110 10011 11110 100011

Color Harmonies of #76503F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76503F

Black with #76503F

Text Example


Text Example

White with #76503F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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