#775039

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

Shades of Old Copper #775039

Tints of Old Copper #775039

Color information

#775039 (or 0x775039) is unknown color: approx Old Copper. HEX triplet: 77, 50 and 39. RGB value is (119,80,57). Sum of RGB (Red+Green+Blue) = 119+80+57=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 57 (22.66% from 255 or 22.27% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #775039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775039 is #88AFC6. Grayscale: #595959. Windows color (decimal): -8957895 or 3756151. OLE color: 3756151.

HSL color Cylindrical-coordinate representation of color #775039: hue angle of 22.26º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #775039 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.53.

Color convert

RGB1198057-
CMYK00.330.520.53
HSL22.26º35.23%34.51%-
HSV(B)22.26º52.1%46.67%-
XYZ11.219.955.2-
YUV89.04109.92149.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.48%
GREEN value IS 80 (31.64% from 255) = 31.25%
BLUE value IS 57 (22.66% from 255) = 22.27%
R=46.48%
G=31.25%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119805700.330.520.5322.2635.2334.51
Hex7750390213435162323
Octal167120710416465264343
Binary11101111010000111001010000111010011010110110100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775039; }

 p { color: rgb(119,80,57); }

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

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

 a { background-color: rgb(119,80,57); }

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

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

 span { border-color: rgb(119,80,57); }

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