Html Css Color HEX #745642 Old Copper

📋 copy color: '#745642'

red 116 ◦ green 86 ◦ blue 66

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

Shades of Old Copper #745642

Tints of Old Copper #745642

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.09%

 BLUE value IS 66 (26.17% from 255) = 24.63%

R = 43.28%
G = 32.09%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#745642 (or 0x745642) is known color: Old Copper. HEX triplet: 74, 56 and 42. RGB value is (116,86,66). Sum of RGB (Red+Green+Blue) = 116+86+66=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 66 (26.17% from 255 or 24.63% from 268); Max value from RGB is 116 - color contains mainly: red. Hex color #745642 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745642 is #8BA9BD. Grayscale: #5C5C5C. Windows color (decimal): -9152958 or 4347508. OLE color: 4347508.

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

Color convert

RGB 116 86 66 -
CMYK 0 0.26 0.43 0.55
HSL 24º 0.27% 0.36% -
HSV(B) 24º 0.43% 0.45% -
XYZ 11.51 10.76 6.62 -
YUV 92.69 112.94 144.63 -
System Red Green Blue C M Y K H S L
Decimal 116 86 66 0 0.26 0.43 0.55 24 0.27 0.36
Hex 74 56 42 0 1A 2B 37 18 1B 24
Octal 164 126 102 0 32 53 67 30 33 44
Binary 1110100 1010110 1000010 0 11010 101011 110111 11000 11011 100100

Color Harmonies of #745642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745642

Black with #745642

Text Example


Text Example

White with #745642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745642; }

 p { color: rgb(116,86,66); }

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

background-color css

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

 a { background-color: rgb(116,86,66); }

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

border-color css

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

 span { border-color: rgb(116,86,66); }

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