Html Css Color HEX #774B21 Antique Brass

📋 copy color: '#774B21'

red 119 ◦ green 75 ◦ blue 33

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

Shades of Antique Brass #774B21

Tints of Antique Brass #774B21

RGB

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

 GREEN value IS 75 (29.69% from 255) = 33.04%

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

R = 52.42%
G = 33.04%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#774B21 (or 0x774B21) is known color: Antique Brass. HEX triplet: 77, 4B and 21. RGB value is (119,75,33). Sum of RGB (Red+Green+Blue) = 119+75+33=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 75 (29.69% from 255 or 33.04% from 227); Blue value is 33 (13.28% from 255 or 14.54% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #774B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774B21 is #88B4DE. Grayscale: #535353. Windows color (decimal): -8959199 or 2182007. OLE color: 2182007.

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

Color convert

RGB 119 75 33 -
CMYK 0 0.37 0.72 0.53
HSL 29.3º 0.57% 0.3% -
HSV(B) 29.3º 0.72% 0.47% -
XYZ 10.4 9.06 2.64 -
YUV 83.37 99.58 153.42 -
System Red Green Blue C M Y K H S L
Decimal 119 75 33 0 0.37 0.72 0.53 29.3 0.57 0.3
Hex 77 4B 21 0 25 48 35 1D 39 1E
Octal 167 113 41 0 45 110 65 35 71 36
Binary 1110111 1001011 100001 0 100101 1001000 110101 11101 111001 11110

Color Harmonies of #774B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774B21

Black with #774B21

Text Example


Text Example

White with #774B21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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