#775238

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

Shades of Old Copper #775238

Tints of Old Copper #775238

Color information

#775238 (or 0x775238) is unknown color: approx Old Copper. HEX triplet: 77, 52 and 38. RGB value is (119,82,56). Sum of RGB (Red+Green+Blue) = 119+82+56=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 56 (22.27% from 255 or 21.79% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #775238 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775238 is #88ADC7. Grayscale: #5A5A5A. Windows color (decimal): -8957384 or 3691127. OLE color: 3691127.

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

Color convert

RGB1198256-
CMYK00.310.530.53
HSL24.76º36%34.31%-
HSV(B)24.76º52.94%46.67%-
XYZ11.3410.245.12-
YUV90.1108.76148.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.30%
GREEN value IS 82 (32.42% from 255) = 31.91%
BLUE value IS 56 (22.27% from 255) = 21.79%
R=46.30%
G=31.91%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119825600.310.530.5324.763634.31
Hex77523801F3535192422
Octal167122700376565314442
Binary1110111101001011100001111111010111010111001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775238; }

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

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

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

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

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

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

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

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