Html Css Color HEX #765440 Old Copper

📋 copy color: '#765440'

red 118 ◦ green 84 ◦ blue 64

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

Shades of Old Copper #765440

Tints of Old Copper #765440

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.58%

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

R = 44.36%
G = 31.58%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#765440 (or 0x765440) is known color: Old Copper. HEX triplet: 76, 54 and 40. RGB value is (118,84,64). Sum of RGB (Red+Green+Blue) = 118+84+64=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #765440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765440 is #89ABBF. Grayscale: #5C5C5C. Windows color (decimal): -9022400 or 4215926. OLE color: 4215926.

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

Color convert

RGB 118 84 64 -
CMYK 0 0.29 0.46 0.54
HSL 22.22º 0.3% 0.36% -
HSV(B) 22.22º 0.46% 0.46% -
XYZ 11.57 10.56 6.28 -
YUV 91.89 112.26 146.63 -
System Red Green Blue C M Y K H S L
Decimal 118 84 64 0 0.29 0.46 0.54 22.22 0.3 0.36
Hex 76 54 40 0 1D 2E 36 16 1E 24
Octal 166 124 100 0 35 56 66 26 36 44
Binary 1110110 1010100 1000000 0 11101 101110 110110 10110 11110 100100

Color Harmonies of #765440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765440

Black with #765440

Text Example


Text Example

White with #765440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765440; }

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

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

background-color css

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

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

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

border-color css

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

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

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