#774B21

Color #774B21 Antique Brass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Antique Brass #774B21

Tints of Antique Brass #774B21

Color information

#774B21 (or 0x774B21) is unknown color: approx Antique Brass. HEX triplet: 77, 4B and 21. RGB value is (119,75,33). Sum of RGB (Red+Green+Blue) = 119+75+33=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 75 (29.69% from 255 or 33.04% from 227); Blue value is 33 (13.28% from 255 or 14.54% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #774B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774B21 is #88B4DE. Grayscale: #535353. Windows color (decimal): -8959199 or 2182007. OLE color: 2182007.

HSL color Cylindrical-coordinate representation of color #774B21: hue angle of 29.3º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #774B21 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB1197533-
CMYK00.370.720.53
HSL29.3º56.58%29.8%-
HSV(B)29.3º72.27%46.67%-
XYZ10.49.062.64-
YUV83.3799.58153.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.42%
GREEN value IS 75 (29.69% from 255) = 33.04%
BLUE value IS 33 (13.28% from 255) = 14.54%
R=52.42%
G=33.04%
B=14.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119753300.370.720.5329.356.5829.8
Hex774B2102548351d391e
Octal1671134104511065357136
Binary11101111001011100001010010110010001101011110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774B21; }

 p { color: rgb(119,75,33); }

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

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

 a { background-color: rgb(119,75,33); }

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

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

 span { border-color: rgb(119,75,33); }

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