Html Css Color HEX #765040 Old Copper

📋 copy color: '#765040'

red 118 ◦ green 80 ◦ blue 64

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

Shades of Old Copper #765040

Tints of Old Copper #765040

RGB

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

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

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

R = 45.04%
G = 30.53%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#765040 (or 0x765040) is known color: Old Copper. HEX triplet: 76, 50 and 40. RGB value is (118,80,64). Sum of RGB (Red+Green+Blue) = 118+80+64=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 64 (25.39% from 255 or 24.43% from 262); Max value from RGB is 118 - color contains mainly: red. Hex color #765040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765040 is #89AFBF. Grayscale: #595959. Windows color (decimal): -9023424 or 4214902. OLE color: 4214902.

HSL color Cylindrical-coordinate representation of color #765040: hue angle of 17.78º 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 #765040 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 80 64 -
CMYK 0 0.32 0.46 0.54
HSL 17.78º 0.3% 0.36% -
HSV(B) 17.78º 0.46% 0.46% -
XYZ 11.27 9.96 6.18 -
YUV 89.54 113.59 148.3 -
System Red Green Blue C M Y K H S L
Decimal 118 80 64 0 0.32 0.46 0.54 17.78 0.3 0.36
Hex 76 50 40 0 20 2E 36 12 1E 24
Octal 166 120 100 0 40 56 66 22 36 44
Binary 1110110 1010000 1000000 0 100000 101110 110110 10010 11110 100100

Color Harmonies of #765040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765040

Black with #765040

Text Example


Text Example

White with #765040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765040; }

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

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

background-color css

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

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

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

border-color css

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

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

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