Html Css Color HEX #774A22 Antique Brass

📋 copy color: '#774A22'

red 119 ◦ green 74 ◦ blue 34

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

Shades of Antique Brass #774A22

Tints of Antique Brass #774A22

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.6%

 BLUE value IS 34 (13.67% from 255) = 14.98%

R = 52.42%
G = 32.6%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.71

 K value IS 0.53

RGB Variations

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

Color information

#774A22 (or 0x774A22) is known color: Antique Brass. HEX triplet: 77, 4A and 22. RGB value is (119,74,34). Sum of RGB (Red+Green+Blue) = 119+74+34=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 34 (13.67% from 255 or 14.98% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #774A22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774A22 is #88B5DD. Grayscale: #535353. Windows color (decimal): -8959454 or 2247287. OLE color: 2247287.

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

Color convert

RGB 119 74 34 -
CMYK 0 0.38 0.71 0.53
HSL 28.24º 0.56% 0.3% -
HSV(B) 28.24º 0.71% 0.47% -
XYZ 10.35 8.93 2.69 -
YUV 82.9 100.41 153.75 -
System Red Green Blue C M Y K H S L
Decimal 119 74 34 0 0.38 0.71 0.53 28.24 0.56 0.3
Hex 77 4A 22 0 26 47 35 1C 38 1E
Octal 167 112 42 0 46 107 65 34 70 36
Binary 1110111 1001010 100010 0 100110 1000111 110101 11100 111000 11110

Color Harmonies of #774A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774A22

Black with #774A22

Text Example


Text Example

White with #774A22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,74,34); }

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

background-color css

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

 a { background-color: rgb(119,74,34); }

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

border-color css

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

 span { border-color: rgb(119,74,34); }

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