Html Css Color HEX #774E20 Antique Brass

📋 copy color: '#774E20'

red 119 ◦ green 78 ◦ blue 32

#774E20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Antique Brass #774E20

Tints of Antique Brass #774E20

RGB

 RED value IS 119 (46.88% from 255) = 51.97%

 GREEN value IS 78 (30.86% from 255) = 34.06%

 BLUE value IS 32 (12.89% from 255) = 13.97%

R = 51.97%
G = 34.06%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#774E20 (or 0x774E20) is known color: Antique Brass. HEX triplet: 77, 4E and 20. RGB value is (119,78,32). Sum of RGB (Red+Green+Blue) = 119+78+32=229 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.97% from 229); Green value is 78 (30.86% from 255 or 34.06% from 229); Blue value is 32 (12.89% from 255 or 13.97% from 229); Max value from RGB is 119 - color contains mainly: red. Hex color #774E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774E20 is #88B1DF. Grayscale: #555555. Windows color (decimal): -8958432 or 2117239. OLE color: 2117239.

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

Color convert

RGB 119 78 32 -
CMYK 0 0.34 0.73 0.53
HSL 31.72º 0.58% 0.3% -
HSV(B) 31.72º 0.73% 0.47% -
XYZ 10.59 9.48 2.64 -
YUV 85.02 98.08 152.24 -
System Red Green Blue C M Y K H S L
Decimal 119 78 32 0 0.34 0.73 0.53 31.72 0.58 0.3
Hex 77 4E 20 0 22 49 35 20 3A 1E
Octal 167 116 40 0 42 111 65 40 72 36
Binary 1110111 1001110 100000 0 100010 1001001 110101 100000 111010 11110

Color Harmonies of #774E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774E20

Black with #774E20

Text Example


Text Example

White with #774E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,78,32); }

 H1.HeaderClassName
 {
   color: #774E20;
 }
 .AnyTagClassName
 {
   color: #774E20;
 }
</style>

background-color css

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

 a { background-color: rgb(119,78,32); }

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

border-color css

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

 span { border-color: rgb(119,78,32); }

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