Html Css Color HEX #765740 Old Copper

📋 copy color: '#765740'

red 118 ◦ green 87 ◦ blue 64

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

Shades of Old Copper #765740

Tints of Old Copper #765740

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.34%

 BLUE value IS 64 (25.39% from 255) = 23.79%

R = 43.87%
G = 32.34%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#765740 (or 0x765740) is known color: Old Copper. HEX triplet: 76, 57 and 40. RGB value is (118,87,64). Sum of RGB (Red+Green+Blue) = 118+87+64=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 118 - color contains mainly: red. Hex color #765740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765740 is #89A8BF. Grayscale: #5D5D5D. Windows color (decimal): -9021632 or 4216694. OLE color: 4216694.

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

Color convert

RGB 118 87 64 -
CMYK 0 0.26 0.46 0.54
HSL 25.56º 0.3% 0.36% -
HSV(B) 25.56º 0.46% 0.46% -
XYZ 11.8 11.04 6.36 -
YUV 93.65 111.27 145.37 -
System Red Green Blue C M Y K H S L
Decimal 118 87 64 0 0.26 0.46 0.54 25.56 0.3 0.36
Hex 76 57 40 0 1A 2E 36 1A 1E 24
Octal 166 127 100 0 32 56 66 32 36 44
Binary 1110110 1010111 1000000 0 11010 101110 110110 11010 11110 100100

Color Harmonies of #765740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765740

Black with #765740

Text Example


Text Example

White with #765740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765740; }

 p { color: rgb(118,87,64); }

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

background-color css

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

 a { background-color: rgb(118,87,64); }

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

border-color css

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

 span { border-color: rgb(118,87,64); }

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