#775342

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

Shades of Old Copper #775342

Tints of Old Copper #775342

Color information

#775342 (or 0x775342) is unknown color: approx Old Copper. HEX triplet: 77, 53 and 42. RGB value is (119,83,66). Sum of RGB (Red+Green+Blue) = 119+83+66=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 66 (26.17% from 255 or 24.63% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #775342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775342 is #88ACBD. Grayscale: #5B5B5B. Windows color (decimal): -8957118 or 4346743. OLE color: 4346743.

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

Color convert

RGB1198366-
CMYK00.300.450.53
HSL19.25º28.65%36.27%-
HSV(B)19.25º44.54%46.67%-
XYZ11.6810.56.57-
YUV91.83113.43147.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.40%
GREEN value IS 83 (32.81% from 255) = 30.97%
BLUE value IS 66 (26.17% from 255) = 24.63%
R=44.40%
G=30.97%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119836600.300.450.5319.2528.6536.27
Hex77534201E2D35131d24
Octal1671231020365565233544
Binary1110111101001110000100111101011011101011001111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775342; }

 p { color: rgb(119,83,66); }

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

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

 a { background-color: rgb(119,83,66); }

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

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

 span { border-color: rgb(119,83,66); }

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