#774C22

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

Shades of Antique Brass #774C22

Tints of Antique Brass #774C22

Color information

#774C22 (or 0x774C22) is unknown color: approx Antique Brass. HEX triplet: 77, 4C and 22. RGB value is (119,76,34). Sum of RGB (Red+Green+Blue) = 119+76+34=229 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.97% from 229); Green value is 76 (30.08% from 255 or 33.19% from 229); Blue value is 34 (13.67% from 255 or 14.85% from 229); Max value from RGB is 119 - color contains mainly: red. Hex color #774C22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774C22 is #88B3DD. Grayscale: #545454. Windows color (decimal): -8958942 or 2247799. OLE color: 2247799.

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

Color convert

RGB1197634-
CMYK00.360.710.53
HSL29.65º55.56%30%-
HSV(B)29.65º71.43%46.67%-
XYZ10.489.212.74-
YUV84.0799.75152.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.97%
GREEN value IS 76 (30.08% from 255) = 33.19%
BLUE value IS 34 (13.67% from 255) = 14.85%
R=51.97%
G=33.19%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119763400.360.710.5329.6555.5630
Hex774C2202447351e381e
Octal1671144204410765367036
Binary11101111001100100010010010010001111101011111011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,76,34); }

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

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

 a { background-color: rgb(119,76,34); }

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

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

 span { border-color: rgb(119,76,34); }

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