Html Css Color HEX #745444 Old Copper

📋 copy color: '#745444'

red 116 ◦ green 84 ◦ blue 68

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

Shades of Old Copper #745444

Tints of Old Copper #745444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.37%

R = 43.28%
G = 31.34%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#745444 (or 0x745444) is known color: Old Copper. HEX triplet: 74, 54 and 44. RGB value is (116,84,68). Sum of RGB (Red+Green+Blue) = 116+84+68=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 68 (26.95% from 255 or 25.37% from 268); Max value from RGB is 116 - color contains mainly: red. Hex color #745444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745444 is #8BABBB. Grayscale: #5B5B5B. Windows color (decimal): -9153468 or 4478068. OLE color: 4478068.

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

Color convert

RGB 116 84 68 -
CMYK 0 0.28 0.41 0.55
HSL 20º 0.26% 0.36% -
HSV(B) 20º 0.41% 0.45% -
XYZ 11.42 10.47 6.89 -
YUV 91.74 114.6 145.3 -
System Red Green Blue C M Y K H S L
Decimal 116 84 68 0 0.28 0.41 0.55 20 0.26 0.36
Hex 74 54 44 0 1C 29 37 14 1A 24
Octal 164 124 104 0 34 51 67 24 32 44
Binary 1110100 1010100 1000100 0 11100 101001 110111 10100 11010 100100

Color Harmonies of #745444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745444

Black with #745444

Text Example


Text Example

White with #745444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745444; }

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

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

background-color css

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

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

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

border-color css

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

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

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