Html Css Color HEX #774A24 Antique Brass

📋 copy color: '#774A24'

red 119 ◦ green 74 ◦ blue 36

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

Shades of Antique Brass #774A24

Tints of Antique Brass #774A24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 15.72%

R = 51.97%
G = 32.31%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.70

 K value IS 0.53

RGB Variations

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

Color information

#774A24 (or 0x774A24) is known color: Antique Brass. HEX triplet: 77, 4A and 24. RGB value is (119,74,36). Sum of RGB (Red+Green+Blue) = 119+74+36=229 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.97% from 229); Green value is 74 (29.30% from 255 or 32.31% from 229); Blue value is 36 (14.45% from 255 or 15.72% from 229); Max value from RGB is 119 - color contains mainly: red. Hex color #774A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774A24 is #88B5DB. Grayscale: #535353. Windows color (decimal): -8959452 or 2378359. OLE color: 2378359.

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

Color convert

RGB 119 74 36 -
CMYK 0 0.38 0.70 0.53
HSL 27.47º 0.54% 0.3% -
HSV(B) 27.47º 0.7% 0.47% -
XYZ 10.37 8.95 2.85 -
YUV 83.12 101.41 153.59 -
System Red Green Blue C M Y K H S L
Decimal 119 74 36 0 0.38 0.70 0.53 27.47 0.54 0.3
Hex 77 4A 24 0 26 46 35 1B 36 1E
Octal 167 112 44 0 46 106 65 33 66 36
Binary 1110111 1001010 100100 0 100110 1000110 110101 11011 110110 11110

Color Harmonies of #774A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774A24

Black with #774A24

Text Example


Text Example

White with #774A24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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