Html Css Color HEX #76503A Old Copper

📋 copy color: '#76503A'

red 118 ◦ green 80 ◦ blue 58

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

Shades of Old Copper #76503A

Tints of Old Copper #76503A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.66%

R = 46.09%
G = 31.25%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#76503A (or 0x76503A) is known color: Old Copper. HEX triplet: 76, 50 and 3A. RGB value is (118,80,58). Sum of RGB (Red+Green+Blue) = 118+80+58=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 118 - color contains mainly: red. Hex color #76503A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76503A is #89AFC5. Grayscale: #585858. Windows color (decimal): -9023430 or 3821686. OLE color: 3821686.

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

Color convert

RGB 118 80 58 -
CMYK 0 0.32 0.51 0.54
HSL 22º 0.34% 0.35% -
HSV(B) 22º 0.51% 0.46% -
XYZ 11.1 9.89 5.33 -
YUV 88.85 110.59 148.79 -
System Red Green Blue C M Y K H S L
Decimal 118 80 58 0 0.32 0.51 0.54 22 0.34 0.35
Hex 76 50 3A 0 20 33 36 16 22 23
Octal 166 120 72 0 40 63 66 26 42 43
Binary 1110110 1010000 111010 0 100000 110011 110110 10110 100010 100011

Color Harmonies of #76503A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76503A

Black with #76503A

Text Example


Text Example

White with #76503A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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