Html Css Color HEX #744E3F Old Copper

📋 copy color: '#744E3F'

red 116 ◦ green 78 ◦ blue 63

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

Shades of Old Copper #744E3F

Tints of Old Copper #744E3F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.35%

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

R = 45.14%
G = 30.35%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#744E3F (or 0x744E3F) is known color: Old Copper. HEX triplet: 74, 4E and 3F. RGB value is (116,78,63). Sum of RGB (Red+Green+Blue) = 116+78+63=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 78 (30.86% from 255 or 30.35% from 257); Blue value is 63 (25% from 255 or 24.51% from 257); Max value from RGB is 116 - color contains mainly: red. Hex color #744E3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744E3F is #8BB1C0. Grayscale: #575757. Windows color (decimal): -9155009 or 4148852. OLE color: 4148852.

HSL color Cylindrical-coordinate representation of color #744E3F: hue angle of 16.98º 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 #744E3F is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 78 63 -
CMYK 0 0.33 0.46 0.55
HSL 16.98º 0.3% 0.35% -
HSV(B) 16.98º 0.46% 0.45% -
XYZ 10.82 9.52 5.97 -
YUV 87.65 114.09 148.22 -
System Red Green Blue C M Y K H S L
Decimal 116 78 63 0 0.33 0.46 0.55 16.98 0.3 0.35
Hex 74 4E 3F 0 21 2E 37 11 1E 23
Octal 164 116 77 0 41 56 67 21 36 43
Binary 1110100 1001110 111111 0 100001 101110 110111 10001 11110 100011

Color Harmonies of #744E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744E3F

Black with #744E3F

Text Example


Text Example

White with #744E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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