Html Css Color HEX #764721 Antique Brass

📋 copy color: '#764721'

red 118 ◦ green 71 ◦ blue 33

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

Shades of Antique Brass #764721

Tints of Antique Brass #764721

RGB

 RED value IS 118 (46.48% from 255) = 53.15%

 GREEN value IS 71 (28.13% from 255) = 31.98%

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

R = 53.15%
G = 31.98%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#764721 (or 0x764721) is known color: Antique Brass. HEX triplet: 76, 47 and 21. RGB value is (118,71,33). Sum of RGB (Red+Green+Blue) = 118+71+33=222 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.15% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 33 (13.28% from 255 or 14.86% from 222); Max value from RGB is 118 - color contains mainly: red. Hex color #764721 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764721 is #89B8DE. Grayscale: #505050. Windows color (decimal): -9025759 or 2180982. OLE color: 2180982.

HSL color Cylindrical-coordinate representation of color #764721: hue angle of 26.82º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #764721 is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 71 33 -
CMYK 0 0.40 0.72 0.54
HSL 26.82º 0.56% 0.3% -
HSV(B) 26.82º 0.72% 0.46% -
XYZ 10 8.47 2.55 -
YUV 80.72 101.07 154.59 -
System Red Green Blue C M Y K H S L
Decimal 118 71 33 0 0.40 0.72 0.54 26.82 0.56 0.3
Hex 76 47 21 0 28 48 36 1B 38 1E
Octal 166 107 41 0 50 110 66 33 70 36
Binary 1110110 1000111 100001 0 101000 1001000 110110 11011 111000 11110

Color Harmonies of #764721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764721

Black with #764721

Text Example


Text Example

White with #764721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764721; }

 p { color: rgb(118,71,33); }

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

background-color css

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

 a { background-color: rgb(118,71,33); }

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

border-color css

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

 span { border-color: rgb(118,71,33); }

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