Html Css Color HEX #774A1F Antique Brass

📋 copy color: '#774A1F'

red 119 ◦ green 74 ◦ blue 31

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

Shades of Antique Brass #774A1F

Tints of Antique Brass #774A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.84%

R = 53.13%
G = 33.04%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#774A1F (or 0x774A1F) is known color: Antique Brass. HEX triplet: 77, 4A and 1F. RGB value is (119,74,31). Sum of RGB (Red+Green+Blue) = 119+74+31=224 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.12% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 31 (12.5% from 255 or 13.84% from 224); Max value from RGB is 119 - color contains mainly: red. Hex color #774A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774A1F is #88B5E0. Grayscale: #525252. Windows color (decimal): -8959457 or 2050679. OLE color: 2050679.

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

Color convert

RGB 119 74 31 -
CMYK 0 0.38 0.74 0.53
HSL 29.32º 0.59% 0.29% -
HSV(B) 29.32º 0.74% 0.47% -
XYZ 10.3 8.92 2.47 -
YUV 82.55 98.91 154 -
System Red Green Blue C M Y K H S L
Decimal 119 74 31 0 0.38 0.74 0.53 29.32 0.59 0.29
Hex 77 4A 1F 0 26 4A 35 1D 3B 1D
Octal 167 112 37 0 46 112 65 35 73 35
Binary 1110111 1001010 11111 0 100110 1001010 110101 11101 111011 11101

Color Harmonies of #774A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774A1F

Black with #774A1F

Text Example


Text Example

White with #774A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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