#765338

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

Shades of Old Copper #765338

Tints of Old Copper #765338

Color information

#765338 (or 0x765338) is unknown color: approx Old Copper. HEX triplet: 76, 53 and 38. RGB value is (118,83,56). Sum of RGB (Red+Green+Blue) = 118+83+56=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 83 (32.81% from 255 or 32.30% from 257); Blue value is 56 (22.27% from 255 or 21.79% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #765338 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765338 is #89ACC7. Grayscale: #5A5A5A. Windows color (decimal): -9022664 or 3691382. OLE color: 3691382.

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

Color convert

RGB1188356-
CMYK00.300.530.54
HSL26.13º35.63%34.12%-
HSV(B)26.13º52.54%46.27%-
XYZ11.2810.325.14-
YUV90.39108.6147.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.91%
GREEN value IS 83 (32.81% from 255) = 32.30%
BLUE value IS 56 (22.27% from 255) = 21.79%
R=45.91%
G=32.30%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118835600.300.530.5426.1335.6334.12
Hex76533801E35361a2422
Octal166123700366566324442
Binary1110110101001111100001111011010111011011010100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765338; }

 p { color: rgb(118,83,56); }

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

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

 a { background-color: rgb(118,83,56); }

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

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

 span { border-color: rgb(118,83,56); }

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