#76503D

Color #76503D Old Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Copper #76503D

Tints of Old Copper #76503D

Color information

#76503D (or 0x76503D) is unknown color: approx Old Copper. HEX triplet: 76, 50 and 3D. RGB value is (118,80,61). Sum of RGB (Red+Green+Blue) = 118+80+61=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 61 (24.22% from 255 or 23.55% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #76503D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76503D is #89AFC2. Grayscale: #595959. Windows color (decimal): -9023427 or 4018294. OLE color: 4018294.

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

Color convert

RGB1188061-
CMYK00.320.480.54
HSL20º31.84%35.1%-
HSV(B)20º48.31%46.27%-
XYZ11.189.935.74-
YUV89.2112.09148.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.56%
GREEN value IS 80 (31.64% from 255) = 30.89%
BLUE value IS 61 (24.22% from 255) = 23.55%
R=45.56%
G=30.89%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118806100.320.480.542031.8435.1
Hex76503D0203036142023
Octal166120750406066244043
Binary11101101010000111101010000011000011011010100100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76503D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #76503D;
 }
 .AnyTagClassName
 {
   color: #76503D;
 }
</style>
background-color css

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

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

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

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

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

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