Html Css Color HEX #765020 Antique Brass

📋 copy color: '#765020'

red 118 ◦ green 80 ◦ blue 32

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

Shades of Antique Brass #765020

Tints of Antique Brass #765020

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.78%

 BLUE value IS 32 (12.89% from 255) = 13.91%

R = 51.3%
G = 34.78%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#765020 (or 0x765020) is known color: Antique Brass. HEX triplet: 76, 50 and 20. RGB value is (118,80,32). Sum of RGB (Red+Green+Blue) = 118+80+32=230 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.30% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 32 (12.89% from 255 or 13.91% from 230); Max value from RGB is 118 - color contains mainly: red. Hex color #765020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765020 is #89AFDF. Grayscale: #565656. Windows color (decimal): -9023456 or 2117750. OLE color: 2117750.

HSL color Cylindrical-coordinate representation of color #765020: hue angle of 33.49º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #765020 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 80 32 -
CMYK 0 0.32 0.73 0.54
HSL 33.49º 0.57% 0.29% -
HSV(B) 33.49º 0.73% 0.46% -
XYZ 10.6 9.69 2.68 -
YUV 85.89 97.59 150.9 -
System Red Green Blue C M Y K H S L
Decimal 118 80 32 0 0.32 0.73 0.54 33.49 0.57 0.29
Hex 76 50 20 0 20 49 36 21 39 1D
Octal 166 120 40 0 40 111 66 41 71 35
Binary 1110110 1010000 100000 0 100000 1001001 110110 100001 111001 11101

Color Harmonies of #765020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765020

Black with #765020

Text Example


Text Example

White with #765020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765020; }

 p { color: rgb(118,80,32); }

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

background-color css

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

 a { background-color: rgb(118,80,32); }

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

border-color css

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

 span { border-color: rgb(118,80,32); }

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