#775034

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

Shades of Old Copper #775034

Tints of Old Copper #775034

Color information

#775034 (or 0x775034) is unknown color: approx Old Copper. HEX triplet: 77, 50 and 34. RGB value is (119,80,52). Sum of RGB (Red+Green+Blue) = 119+80+52=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 52 (20.70% from 255 or 20.72% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #775034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775034 is #88AFCB. Grayscale: #585858. Windows color (decimal): -8957900 or 3428471. OLE color: 3428471.

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

Color convert

RGB1198052-
CMYK00.330.560.53
HSL25.07º39.18%33.53%-
HSV(B)25.07º56.3%46.67%-
XYZ11.19.914.58-
YUV88.47107.42149.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.41%
GREEN value IS 80 (31.64% from 255) = 31.87%
BLUE value IS 52 (20.70% from 255) = 20.72%
R=47.41%
G=31.87%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119805200.330.560.5325.0739.1833.53
Hex7750340213835192722
Octal167120640417065314742
Binary11101111010000110100010000111100011010111001100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775034; }

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

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

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

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

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

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

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

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