Html Css Color HEX #774D21 Antique Brass

📋 copy color: '#774D21'

red 119 ◦ green 77 ◦ blue 33

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

Shades of Antique Brass #774D21

Tints of Antique Brass #774D21

RGB

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

 GREEN value IS 77 (30.47% from 255) = 33.62%

 BLUE value IS 33 (13.28% from 255) = 14.41%

R = 51.97%
G = 33.62%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#774D21 (or 0x774D21) is known color: Antique Brass. HEX triplet: 77, 4D and 21. RGB value is (119,77,33). Sum of RGB (Red+Green+Blue) = 119+77+33=229 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.97% from 229); Green value is 77 (30.47% from 255 or 33.62% from 229); Blue value is 33 (13.28% from 255 or 14.41% from 229); Max value from RGB is 119 - color contains mainly: red. Hex color #774D21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774D21 is #88B2DE. Grayscale: #545454. Windows color (decimal): -8958687 or 2182519. OLE color: 2182519.

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

Color convert

RGB 119 77 33 -
CMYK 0 0.35 0.72 0.53
HSL 30.7º 0.57% 0.3% -
HSV(B) 30.7º 0.72% 0.47% -
XYZ 10.54 9.34 2.69 -
YUV 84.54 98.91 152.58 -
System Red Green Blue C M Y K H S L
Decimal 119 77 33 0 0.35 0.72 0.53 30.7 0.57 0.3
Hex 77 4D 21 0 23 48 35 1F 39 1E
Octal 167 115 41 0 43 110 65 37 71 36
Binary 1110111 1001101 100001 0 100011 1001000 110101 11111 111001 11110

Color Harmonies of #774D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774D21

Black with #774D21

Text Example


Text Example

White with #774D21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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