Html Css Color HEX #765022 Antique Brass

📋 copy color: '#765022'

red 118 ◦ green 80 ◦ blue 34

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

Shades of Antique Brass #765022

Tints of Antique Brass #765022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 14.66%

R = 50.86%
G = 34.48%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.71

 K value IS 0.54

RGB Variations

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

Color information

#765022 (or 0x765022) is known color: Antique Brass. HEX triplet: 76, 50 and 22. RGB value is (118,80,34). Sum of RGB (Red+Green+Blue) = 118+80+34=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 34 (13.67% from 255 or 14.66% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #765022 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765022 is #89AFDD. Grayscale: #565656. Windows color (decimal): -9023454 or 2248822. OLE color: 2248822.

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

Color convert

RGB 118 80 34 -
CMYK 0 0.32 0.71 0.54
HSL 32.86º 0.55% 0.3% -
HSV(B) 32.86º 0.71% 0.46% -
XYZ 10.63 9.7 2.83 -
YUV 86.12 98.59 150.74 -
System Red Green Blue C M Y K H S L
Decimal 118 80 34 0 0.32 0.71 0.54 32.86 0.55 0.3
Hex 76 50 22 0 20 47 36 21 37 1E
Octal 166 120 42 0 40 107 66 41 67 36
Binary 1110110 1010000 100010 0 100000 1000111 110110 100001 110111 11110

Color Harmonies of #765022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765022

Black with #765022

Text Example


Text Example

White with #765022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765022; }

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

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

background-color css

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

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

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

border-color css

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

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

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