Html Css Color HEX #774C20 Antique Brass

📋 copy color: '#774C20'

red 119 ◦ green 76 ◦ blue 32

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

Shades of Antique Brass #774C20

Tints of Antique Brass #774C20

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.48%

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

R = 52.42%
G = 33.48%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#774C20 (or 0x774C20) is known color: Antique Brass. HEX triplet: 77, 4C and 20. RGB value is (119,76,32). Sum of RGB (Red+Green+Blue) = 119+76+32=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 32 (12.89% from 255 or 14.10% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #774C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774C20 is #88B3DF. Grayscale: #545454. Windows color (decimal): -8958944 or 2116727. OLE color: 2116727.

HSL color Cylindrical-coordinate representation of color #774C20: hue angle of 30.34º 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 #774C20 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 76 32 -
CMYK 0 0.36 0.73 0.53
HSL 30.34º 0.58% 0.3% -
HSV(B) 30.34º 0.73% 0.47% -
XYZ 10.45 9.2 2.59 -
YUV 83.84 98.75 153.08 -
System Red Green Blue C M Y K H S L
Decimal 119 76 32 0 0.36 0.73 0.53 30.34 0.58 0.3
Hex 77 4C 20 0 24 49 35 1E 3A 1E
Octal 167 114 40 0 44 111 65 36 72 36
Binary 1110111 1001100 100000 0 100100 1001001 110101 11110 111010 11110

Color Harmonies of #774C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774C20

Black with #774C20

Text Example


Text Example

White with #774C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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