#775234

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

Shades of Old Copper #775234

Tints of Old Copper #775234

Color information

#775234 (or 0x775234) is unknown color: approx Old Copper. HEX triplet: 77, 52 and 34. RGB value is (119,82,52). Sum of RGB (Red+Green+Blue) = 119+82+52=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 52 (20.70% from 255 or 20.55% from 253); Max value from RGB is 119 - color contains mainly: red. Hex color #775234 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775234 is #88ADCB. Grayscale: #595959. Windows color (decimal): -8957388 or 3428983. OLE color: 3428983.

HSL color Cylindrical-coordinate representation of color #775234: hue angle of 26.87º 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 #775234 is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB1198252-
CMYK00.310.560.53
HSL26.87º39.18%33.53%-
HSV(B)26.87º56.3%46.67%-
XYZ11.2410.24.63-
YUV89.64106.76148.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.04%
GREEN value IS 82 (32.42% from 255) = 32.41%
BLUE value IS 52 (20.70% from 255) = 20.55%
R=47.04%
G=32.41%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119825200.310.560.5326.8739.1833.53
Hex77523401F38351b2722
Octal167122640377065334742
Binary1110111101001011010001111111100011010111011100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775234; }

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

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

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

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

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

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

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

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