Html Css Color HEX #744D3F Old Copper

📋 copy color: '#744D3F'

red 116 ◦ green 77 ◦ blue 63

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

Shades of Old Copper #744D3F

Tints of Old Copper #744D3F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.08%

 BLUE value IS 63 (25% from 255) = 24.61%

R = 45.31%
G = 30.08%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#744D3F (or 0x744D3F) is known color: Old Copper. HEX triplet: 74, 4D and 3F. RGB value is (116,77,63). Sum of RGB (Red+Green+Blue) = 116+77+63=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 116 - color contains mainly: red. Hex color #744D3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744D3F is #8BB2C0. Grayscale: #575757. Windows color (decimal): -9155265 or 4148596. OLE color: 4148596.

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

Color convert

RGB 116 77 63 -
CMYK 0 0.34 0.46 0.55
HSL 15.85º 0.3% 0.35% -
HSV(B) 15.85º 0.46% 0.45% -
XYZ 10.75 9.38 5.95 -
YUV 87.07 114.42 148.64 -
System Red Green Blue C M Y K H S L
Decimal 116 77 63 0 0.34 0.46 0.55 15.85 0.3 0.35
Hex 74 4D 3F 0 22 2E 37 10 1E 23
Octal 164 115 77 0 42 56 67 20 36 43
Binary 1110100 1001101 111111 0 100010 101110 110111 10000 11110 100011

Color Harmonies of #744D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744D3F

Black with #744D3F

Text Example


Text Example

White with #744D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744D3F; }

 p { color: rgb(116,77,63); }

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

background-color css

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

 a { background-color: rgb(116,77,63); }

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

border-color css

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

 span { border-color: rgb(116,77,63); }

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