#77533F

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

Shades of Old Copper #77533F

Tints of Old Copper #77533F

Color information

#77533F (or 0x77533F) is unknown color: approx Old Copper. HEX triplet: 77, 53 and 3F. RGB value is (119,83,63). Sum of RGB (Red+Green+Blue) = 119+83+63=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #77533F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77533F is #88ACC0. Grayscale: #5B5B5B. Windows color (decimal): -8957121 or 4150135. OLE color: 4150135.

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

Color convert

RGB1198363-
CMYK00.300.470.53
HSL21.43º30.77%35.69%-
HSV(B)21.43º47.06%46.67%-
XYZ11.610.476.11-
YUV91.48111.93147.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.91%
GREEN value IS 83 (32.81% from 255) = 31.32%
BLUE value IS 63 (25% from 255) = 23.77%
R=44.91%
G=31.32%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119836300.300.470.5321.4330.7735.69
Hex77533F01E2F35151f24
Octal167123770365765253744
Binary111011110100111111110111101011111101011010111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77533F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77533F; }

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

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

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

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

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

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

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

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