#774C24

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

Shades of Antique Brass #774C24

Tints of Antique Brass #774C24

Color information

#774C24 (or 0x774C24) is unknown color: approx Antique Brass. HEX triplet: 77, 4C and 24. RGB value is (119,76,36). Sum of RGB (Red+Green+Blue) = 119+76+36=231 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.52% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 36 (14.45% from 255 or 15.58% from 231); Max value from RGB is 119 - color contains mainly: red. Hex color #774C24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774C24 is #88B3DB. Grayscale: #545454. Windows color (decimal): -8958940 or 2378871. OLE color: 2378871.

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

Color convert

RGB1197636-
CMYK00.360.700.53
HSL28.92º53.55%30.39%-
HSV(B)28.92º69.75%46.67%-
XYZ10.519.222.89-
YUV84.3100.75152.75-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.52%
GREEN value IS 76 (30.08% from 255) = 32.90%
BLUE value IS 36 (14.45% from 255) = 15.58%
R=51.52%
G=32.90%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.70
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119763600.360.700.5328.9253.5530.39
Hex774C2402446351d361e
Octal1671144404410665356636
Binary11101111001100100100010010010001101101011110111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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