Html Css Color HEX #745440 Old Copper

📋 copy color: '#745440'

red 116 ◦ green 84 ◦ blue 64

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

Shades of Old Copper #745440

Tints of Old Copper #745440

RGB

 RED value IS 116 (45.7% from 255) = 43.94%

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

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

R = 43.94%
G = 31.82%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#745440 (or 0x745440) is known color: Old Copper. HEX triplet: 74, 54 and 40. RGB value is (116,84,64). Sum of RGB (Red+Green+Blue) = 116+84+64=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 116 - color contains mainly: red. Hex color #745440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745440 is #8BABBF. Grayscale: #5B5B5B. Windows color (decimal): -9153472 or 4215924. OLE color: 4215924.

HSL color Cylindrical-coordinate representation of color #745440: hue angle of 23.08º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #745440 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 84 64 -
CMYK 0 0.28 0.45 0.55
HSL 23.08º 0.29% 0.35% -
HSV(B) 23.08º 0.45% 0.45% -
XYZ 11.3 10.42 6.27 -
YUV 91.29 112.6 145.63 -
System Red Green Blue C M Y K H S L
Decimal 116 84 64 0 0.28 0.45 0.55 23.08 0.29 0.35
Hex 74 54 40 0 1C 2D 37 17 1D 23
Octal 164 124 100 0 34 55 67 27 35 43
Binary 1110100 1010100 1000000 0 11100 101101 110111 10111 11101 100011

Color Harmonies of #745440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745440

Black with #745440

Text Example


Text Example

White with #745440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745440; }

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

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

background-color css

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

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

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

border-color css

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

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

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