Html Css Color HEX #764823 Antique Brass

📋 copy color: '#764823'

red 118 ◦ green 72 ◦ blue 35

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

Shades of Antique Brass #764823

Tints of Antique Brass #764823

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32%

 BLUE value IS 35 (14.06% from 255) = 15.56%

R = 52.44%
G = 32%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.70

 K value IS 0.54

RGB Variations

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

Color information

#764823 (or 0x764823) is known color: Antique Brass. HEX triplet: 76, 48 and 23. RGB value is (118,72,35). Sum of RGB (Red+Green+Blue) = 118+72+35=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 35 (14.06% from 255 or 15.56% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #764823 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764823 is #89B7DC. Grayscale: #515151. Windows color (decimal): -9025501 or 2312310. OLE color: 2312310.

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

Color convert

RGB 118 72 35 -
CMYK 0 0.39 0.70 0.54
HSL 26.75º 0.54% 0.3% -
HSV(B) 26.75º 0.7% 0.46% -
XYZ 10.09 8.61 2.72 -
YUV 81.54 101.74 154.01 -
System Red Green Blue C M Y K H S L
Decimal 118 72 35 0 0.39 0.70 0.54 26.75 0.54 0.3
Hex 76 48 23 0 27 46 36 1B 36 1E
Octal 166 110 43 0 47 106 66 33 66 36
Binary 1110110 1001000 100011 0 100111 1000110 110110 11011 110110 11110

Color Harmonies of #764823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764823

Black with #764823

Text Example


Text Example

White with #764823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764823; }

 p { color: rgb(118,72,35); }

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

background-color css

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

 a { background-color: rgb(118,72,35); }

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

border-color css

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

 span { border-color: rgb(118,72,35); }

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